Browse Source

专利检索

guhongwei 3 years ago
parent
commit
f4b991ee30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/market/patentInfo/index.vue

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

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