Commit 3c74ec04 by 王昆

gsb

parent 9b3c4fe1
......@@ -133,7 +133,7 @@ class UserService extends ServiceBase {
async salesmanList(params) {
try {
let rs = await this.callms("common", "deliverUsers", params);
return system.getResultSuccess(rs);
return rs;
} catch (error) {
console.log(error);
return system.getResult(null, `系统错误 错误信息 ${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