Sfoglia il codice sorgente

调整合同管理的bug

Lijy 2 anni fa
parent
commit
309f40f4c8

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/contract/index.vue

@@ -696,7 +696,8 @@ export default {
         } else {
           obj.text = row.msg
         }
-        this.contractForm = obj
+        row.msg = obj
+        this.contractForm = row
       } else {
         this.contractForm = row
       }