Procházet zdrojové kódy

提交相关代码

Lijy před 9 měsíci
rodič
revize
c54aebd7b4

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/contractManagement.vue

@@ -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