feat: deleteList rename deleteBatch

This commit is contained in:
xingyu
2023-01-17 14:05:07 +08:00
parent 19f34acc55
commit e1341c187a
2 changed files with 4 additions and 4 deletions

View File

@@ -297,7 +297,7 @@ const deleteData = async (id: string | number) => {
}
// 批量删除
const deleteList = async () => {
const deleteBatch = async () => {
const g = unref(xGrid)
if (!g) {
return
@@ -403,7 +403,7 @@ emit('register', {
getSearchData,
setProps,
deleteData,
deleteList,
deleteBatch,
exportList,
getCurrentColumn,
getRadioRecord,