Commit fa3b4df7 by 王昆

gsb

parent 8637ffb3
...@@ -249,6 +249,7 @@ class UserCtl extends CtlBase { ...@@ -249,6 +249,7 @@ class UserCtl extends CtlBase {
try { try {
params.uctype = 1; params.uctype = 1;
params.roleCodes = ['ywy']; params.roleCodes = ['ywy'];
console.log(JSON.stringify(params));
return await this.userSve.findByRoleCodes(params); return await this.userSve.findByRoleCodes(params);
} 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