guhongwei 4 년 전
부모
커밋
334906ae58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);