guhongwei 3 年之前
父節點
當前提交
9d2a7c7afd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/patent/mech/patent/information/index.vue

+ 1 - 1
src/views/patent/mech/patent/information/index.vue

@@ -60,7 +60,7 @@ export default {
     await this.search({ term: '有效' });
   },
   methods: {
-    ...patentinfo(['query']),
+    ...patentinfo(['query', 'queryByOrg']),
     async search({ skip = 0, limit = this.limit, ...info } = {}) {
       info.term = this.active ? this.active : '有效';
       info.code = this.user.code;