guhongwei vor 2 Jahren
Ursprung
Commit
6132fd7dd7
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/views/twoweb/service/index.vue

+ 4 - 4
src/views/twoweb/service/index.vue

@@ -139,10 +139,10 @@ export default {
       if (this.$checkRes(res)) {
         this.$set(this, `techolList`, res.data);
       }
-      res = await this.declareQuery({ skip, limit: 6, is_cashing: '1', ...info });
-      if (this.$checkRes(res)) {
-        this.$set(this, `declareList`, res.data);
-      }
+      // res = await this.declareQuery({ skip, limit: 6, is_cashing: '1', ...info });
+      // if (this.$checkRes(res)) {
+      //   this.$set(this, `declareList`, res.data);
+      // }
       // 专利交易公告
       res = await this.patenttransQuery({ skip, limit: 5, status: '4', ...info });
       if (this.$checkRes(res)) {