guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
5a22afc995
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)) {