|
@@ -1437,7 +1437,10 @@ export default {
|
|
|
if(this.queryParams.sendType == 1) {
|
|
if(this.queryParams.sendType == 1) {
|
|
|
this.queryParams.qwUserName = null;
|
|
this.queryParams.qwUserName = null;
|
|
|
}
|
|
}
|
|
|
- this.handleQuery(); // 重新查询列表
|
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ this.handleQuery();
|
|
|
|
|
+ }, 200);
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
|