This commit is contained in:
2026-01-26 14:38:32 +08:00
parent 1a3c4f0ea9
commit 5998eea6b1
7 changed files with 269 additions and 6 deletions

View File

@ -171,6 +171,7 @@ const getDataById = (type, row) => {
addForm.value.init(type, row, '01');
}
const deleteFile = (row) => {
proxy.$confirm('确定删除选中数据吗?', '提示', {
confirmButtonText: '确定',