Commit be74f8eb authored by shenshaokai's avatar shenshaokai

fix: bugID=36222 编辑合同附件回显问题

parent bd65c5eb
......@@ -223,7 +223,7 @@ const ContractText = (props: any) => {
ctText.fileUrl = ctText.contractUrl
setCheckNick(!!ctText.isUseElectronicContract)
setTemplate(ctText)
setFileList((ctText.contractLis || []).map((item, index) => ({
setFileList((ctText.buyerContractLis || []).map((item, index) => ({
name: item.fileName,
url: item.fileUrl,
uid: index
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment