guhongwei 3 năm trước cách đây
mục cha
commit
9d2a7c7afd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;