@@ -653,7 +653,10 @@ export default {
this.queryParams.eTime = this.formatDate(todayEnd);
},
handleSendTypeChange() {
- this.handleQuery(); // 重新查询列表
+ setTimeout(() => {
+ this.handleQuery(); // 重新查询列表
+ }, 200);
+
// 重置日历组件
@@ -1437,7 +1437,10 @@ export default {
if(this.queryParams.sendType == 1) {
this.queryParams.qwUserName = null;
}
+ this.handleQuery();
@@ -939,7 +939,10 @@ export default {
// 强制重新渲染表格
this.tableKey += 1;
- this.getList();
+ this.getList();