feat : 新增需求征集缓存

This commit is contained in:
2024-10-25 21:26:58 +08:00
parent 9d55426a2a
commit 80bf9ae9bd

View File

@@ -576,6 +576,7 @@ const handleDelete = (row) => {
if (res.code === 1000) {
formData.value.fileList.splice(formData.value.fileList.findIndex((item) => item.fileId === row.fileId), 1);
// showTable.value = formData.value.fileList.length !== 0;
changeRequirementData()
}
});
}