Merge pull request #21 from Bull-BCLS/dev

fix: 修复删除列表数据后 Select 选择框重置问题
This commit is contained in:
2023-09-24 20:16:45 +08:00
committed by GitHub
6 changed files with 6 additions and 0 deletions

View File

@@ -527,6 +527,7 @@
del(ids).then((res) => {
proxy.$message.success(res.msg);
getList();
proxy.$refs.tableRef.selectAll(false);
});
};

View File

@@ -502,6 +502,7 @@
del(ids).then((res) => {
proxy.$message.success(res.msg);
getList();
proxy.$refs.tableRef.selectAll(false);
});
};

View File

@@ -414,6 +414,7 @@
del(ids).then((res) => {
proxy.$message.success(res.msg);
getList();
proxy.$refs.tableRef.selectAll(false);
});
};

View File

@@ -517,6 +517,7 @@
del(ids).then((res) => {
proxy.$message.success(res.msg);
getList();
proxy.$refs.tableRef.selectAll(false);
});
};

View File

@@ -726,6 +726,7 @@
del(ids).then((res) => {
proxy.$message.success(res.msg);
getList();
proxy.$refs.tableRef.selectAll(false);
});
};

View File

@@ -793,6 +793,7 @@
del(ids).then((res) => {
proxy.$message.success(res.msg);
getList();
proxy.$refs.tableRef.selectAll(false);
});
};