fix: 统一修改删除操作提示

This commit is contained in:
zhengkunwang223
2022-12-02 10:59:07 +08:00
committed by zhengkunwang223
parent 42a9d34e3d
commit e45f5e3369
24 changed files with 24 additions and 30 deletions

View File

@@ -227,7 +227,7 @@ const onBatchDelete = async (row: Database.MysqlDBInfo | null) => {
ids.push(item.id);
});
}
await useDeleteData(deleteMysqlDB, { ids: ids }, 'commons.msg.delete', true);
await useDeleteData(deleteMysqlDB, { ids: ids }, 'commons.msg.delete');
search();
};
const buttons = [