Commit 0921e6af authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents e8f6fd72 5793db55
...@@ -581,7 +581,7 @@ export default { ...@@ -581,7 +581,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