|
@@ -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);
|
|
|
- }
|
|
|
},
|
|
|
},
|
|
|
// 过滤时间
|