Commit 355a0048 by 王昆

gsb

parent ebdd3a6a
...@@ -132,7 +132,7 @@ class UserService extends ServiceBase { ...@@ -132,7 +132,7 @@ class UserService extends ServiceBase {
async salesmanList(params) { async salesmanList(params) {
try { try {
let rs = await this.callms("common", "deliverUsers", params); let rs = await this.callms("common", "deliverUserAll", params);
return rs; return rs;
} catch (error) { } catch (error) {
console.log(error); console.log(error);
......
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