|
@@ -220,7 +220,7 @@ export default {
|
|
|
...users(['create', 'query', 'update', 'delete', 'userquery']),
|
|
|
...expertsuser({ exportuserFetch: 'fetch', exportuserCreate: 'create', exportuserUpdate: 'update' }),
|
|
|
async search({ skip = 0, limit = 10, pid = '', ...info } = {}) {
|
|
|
- if (this.user.code.length == 3) {
|
|
|
+ if (this.user.code == 'JLCJGLY') {
|
|
|
const res = await this.userquery({ skip, limit, ...info });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `list`, res.data);
|