fix : 修复需求上报成果展示,需求新增专项资金校验

This commit is contained in:
2024-06-29 22:27:22 +08:00
parent a446dfcaa6
commit 3b884c0b78
5 changed files with 26 additions and 24 deletions

View File

@@ -136,6 +136,7 @@ const handleDelete = (row) => {
})
if (res.code === 1000) {
formData.value.files.splice(formData.value.files.findIndex((item) => item.id === row.fileId), 1);
showTable.value = formData.value.files.length !== 0;
}
});
}
@@ -246,7 +247,7 @@ const init = async () => {
} else {
ElNotification({
title: '提示',
message: msg,
message: res.msg,
type: 'error'
})
}