fix : 修复需求上报成果展示,需求新增专项资金校验
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user