guhongwei 4 lat temu
rodzic
commit
0fc1045a52
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/views/hall/direct.vue
  2. 1 1
      src/views/market/index.vue

+ 1 - 1
src/views/hall/direct.vue

@@ -579,7 +579,7 @@ export default {
         this.$set(this, `jishulist`, jishuData);
         // 找产品
         var chanpinData = czxmNew.filter(item => item.type === '1');
-        // this.$set(this, `demandList`, chanpinData);
+        this.$set(this, `demandList`, chanpinData);
         // 找服务
         var fuwuData = czxmNew.filter(item => item.type === '2');
         this.$set(this, `serviceList`, fuwuData);

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

@@ -641,7 +641,7 @@ export default {
     ...expertsuser({ expertQuery: 'query' }),
     async search() {
       let res = await this.newquery({ skip: 0, limit: 6, type: '1', status: '1' });
-      // if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
+      if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
       res = await this.newquery({ skip: 0, limit: 6, type: '0', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);
       res = await this.newquery({ skip: 0, limit: 5, type: '2', status: '1' });