fix : 修复附件上传

This commit is contained in:
2024-06-01 22:17:46 +08:00
parent 346ad4c4df
commit 3746a19063
6 changed files with 25 additions and 19 deletions

View File

@@ -393,6 +393,7 @@ const handleSubmit = debounce(async (instance) => {
// }
let params = {
...formData.value,
isSpecialFund:false,
deploymentId: deploymentId.value,
fileList: otherFiles,
singleFile: singleFile,