guhongwei 3 年之前
父节点
当前提交
5a22afc995
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)) {