fix(测试用例): 修复测试用例批量编辑后全选条件未清空获取列表不正确

This commit is contained in:
xinxin.wu 2024-08-13 15:44:06 +08:00 committed by 刘瑞斌
parent b56a6d327b
commit 276394b1d7
1 changed files with 2 additions and 0 deletions

View File

@ -1462,6 +1462,8 @@
}; };
function successHandler() { function successHandler() {
batchParams.value.selectIds = [];
batchParams.value.excludeIds = [];
resetSelector(); resetSelector();
initData(); initData();
} }