|
@@ -1127,6 +1127,8 @@
|
|
|
this.detailDivide(data.details)
|
|
|
}
|
|
|
this.$refs.enclosure.newUpload(method, data.cwFileInfoList2, 'cwWorkContract', null, null, null, null, false)
|
|
|
+ this.inputForm.cwWorkClientContactDTOList = data.cwWorkClientContactDTOList
|
|
|
+ // this.$refs.enclosure.newUpload(method, data.cwFileInfoList2, 'cwWorkContract', null, null, null, null, false)
|
|
|
// this.$refs.archiveFile.newUpload(method, data.cwFileInfoList, 'cwWorkContract', null, null, null, null, false)
|
|
|
this.$refs.signatureFile.newUpload('view', data.signatureFileList, 'cwWorkContract', null, null, null, null, false)
|
|
|
this.loading = false
|