mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-15 02:57:10 +08:00
fix: 修复删除列表数据后 Select 选择框重置问题
This commit is contained in:
@@ -414,6 +414,7 @@
|
||||
del(ids).then((res) => {
|
||||
proxy.$message.success(res.msg);
|
||||
getList();
|
||||
proxy.$refs.tableRef.selectAll(false);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user