guhongwei 3 rokov pred
rodič
commit
f4b991ee30
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);