reactor:优化批量删除的代码,从 as number 变成 !
This commit is contained in:
@@ -34,6 +34,7 @@ function onRefresh() {
|
||||
gridApi.query();
|
||||
}
|
||||
|
||||
// TODO @Xuzhiqiang:批量删除待实现
|
||||
const checkedIds = ref<number[]>([]);
|
||||
function handleRowCheckboxChange({
|
||||
records,
|
||||
|
||||
@@ -34,6 +34,7 @@ function onRefresh() {
|
||||
gridApi.query();
|
||||
}
|
||||
|
||||
// TODO @Xuzhiqiang:批量删除待实现
|
||||
const checkedIds = ref<number[]>([]);
|
||||
function handleRowCheckboxChange({
|
||||
records,
|
||||
|
||||
Reference in New Issue
Block a user