fix : 修复项目实施中功能细节

This commit is contained in:
2024-05-28 12:05:31 +08:00
parent 554c7d2be7
commit 63e94af451
14 changed files with 294 additions and 124 deletions

View File

@@ -121,7 +121,8 @@ const getOtherFile = (val) => {
const getFileParam = (item) => {
return {
fileId: item.fileId
fileId: item.fileId,
tag: item.tag
}
}
const handleSubmit = (instance) => {