Commit 5793db55 authored by youjie's avatar youjie

no message

parent 04a3c78b
...@@ -616,7 +616,7 @@ export default { ...@@ -616,7 +616,7 @@ export default {
let that = this; let that = this;
that.loading = false; that.loading = false;
let parms = { let parms = {
url: "/api/AppletTrade/GetUserCompany", url: "/api/AppletTrade/GetUserCompanyEnterprise",
}; };
this.request2(parms, (res) => { this.request2(parms, (res) => {
if (res.resultCode == 1 && res.data != null) { if (res.resultCode == 1 && res.data != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment