|
@@ -184,7 +184,7 @@ export default {
|
|
|
},
|
|
|
// 查询用户
|
|
|
async searchUser({ skip = 0, limit = 5, ...info } = {}) {
|
|
|
- info.code = 'JLKJQYCGD';
|
|
|
+ // info.code = 'JLKJQYCGD';
|
|
|
if (this.searchName) info.phone = this.searchName;
|
|
|
let res = await this.perQuery({ skip, limit, ...info });
|
|
|
if (this.$checkRes(res)) {
|