Lijy преди 9 месеца
родител
ревизия
c54aebd7b4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/contractManagement.vue

+ 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