fix: 统一修改删除操作提示
This commit is contained in:
committed by
zhengkunwang223
parent
42a9d34e3d
commit
e45f5e3369
@@ -341,7 +341,7 @@ const handleCreate = (commnad: string) => {
|
||||
};
|
||||
|
||||
const delFile = async (row: File.File | null) => {
|
||||
await useDeleteData(DeleteFile, row as File.FileDelete, 'commons.msg.delete', loading.value);
|
||||
await useDeleteData(DeleteFile, row as File.FileDelete, 'commons.msg.delete');
|
||||
search();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user