guhongwei 4 years ago
parent
commit
334906ae58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/market/marketlists.vue

+ 1 - 1
src/views/market/marketlists.vue

@@ -270,7 +270,7 @@ export default {
     async searchInfo({ skip = 0, limit = 10, columnName, name, ...info } = {}) {
       if (name) info.name = name;
       if (columnName == '技术成果') {
-        let res = await this.productList({ skip, limit, type: '1', status: '1', ...info });
+        let res = await this.productList({ skip, type: '1', status: '1', ...info });
         if (this.$checkRes(res)) this.$set(this, `priAchieve`, res.data);
         this.$set(this, `priAchieveTotal`, res.total);
         this.$set(this, `achieveList`, res.data);