wxy 4 years ago
parent
commit
b370b78c33
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/views/technical/index.vue

+ 0 - 8
src/views/technical/index.vue

@@ -162,12 +162,10 @@ export default {
       const jiabin = await this.danceQuery({ ...info });
       if (this.$checkRes(jiabin)) {
         this.$set(this, `jiabinList`, jiabin.data);
-        this.searchList();
       }
       const luyan = await this.adshowQuery({ ...info });
       if (this.$checkRes(luyan)) {
         this.$set(this, `luyanlist`, luyan.data);
-        this.searchList();
       }
     },
     //查询列表
@@ -188,12 +186,6 @@ export default {
           }
         }
       }
-      if (this.$checkRes(list1)) {
-        this.$set(this, `jiabinList`, list1);
-      }
-      if (this.$checkRes(list2)) {
-        this.$set(this, `luyanlist`, list2);
-      }
     },
   },
   // 过滤时间