guhongwei 3 yıl önce
ebeveyn
işleme
5a22afc995

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

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