guhongwei 3 years ago
parent
commit
5a22afc995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/patent/admin/patent/info/detail-1.vue

+ 1 - 1
src/views/patent/admin/patent/info/detail-1.vue

@@ -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)) {