浏览代码

专利检索

guhongwei 3 年之前
父节点
当前提交
f4b991ee30
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);