|
@@ -742,6 +742,7 @@ export default {
|
|
|
editContract(row){
|
|
|
this.dialogTitle = this.$t('bian-ji')
|
|
|
this.contractForm = JSON.parse(JSON.stringify(row))
|
|
|
+ delete this.contractForm.customData;
|
|
|
this.fileList = this.contractForm.files ? this.contractForm.files : []
|
|
|
for(let i in this.fileList){
|
|
|
this.fileList[i].name = this.fileList[i].documentName
|