guhongwei 3 gadi atpakaļ
vecāks
revīzija
f4b991ee30
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/market/patentInfo/index.vue

+ 1 - 1
src/views/market/patentInfo/index.vue

@@ -52,7 +52,7 @@ export default {
   methods: {
     ...patentinfo(['query']),
     async search({ skip = 0, limit = this.limit, ...info } = {}) {
-      let res = await this.query({ skip, limit, ...info });
+      let res = await this.query({ skip, limit, ...this.searchForm, ...info });
       if (this.$checkRes(res)) {
         this.$set(this, `list`, res.data);
         this.$set(this, `total`, res.total);