fix : 修复研究人员每行的回显

This commit is contained in:
2024-07-03 20:47:47 +08:00
parent 9edf5d484f
commit 0f0fa0f4e0
9 changed files with 63 additions and 816 deletions

View File

@@ -16,7 +16,7 @@
</el-row>
</el-form>
<AttachmentUpload ref="attachment" :label="getTitleName(title)+'附件'" :showTable="showTable"
:otherFileList="otherFileList"
:otherFileList="otherFileList" :tag="getTitleName(props.title)"
@getAttachment="getAttachment" :singleList="singleList" :showSingleTable="showSingleTable"
@getOtherFile="getOtherFile" :showFileList="true" :formData="localFormData"
:preview="mode == 'resubmit'"/>