处置申请完成

This commit is contained in:
2026-09-18 14:04:16 +08:00
parent ef8bca3c92
commit da61394d36
5 changed files with 948 additions and 709 deletions
-1
View File
@@ -178,7 +178,6 @@ const handleFileType = (type:string) => {
}
// 打开预览
const preview = (file:any) => {
console.log(file)
previewFile.value = file;
previewModal.value = true;
}