Bläddra i källkod

调整合同管理的bug

Lijy 2 år sedan
förälder
incheckning
309f40f4c8
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/contract/index.vue

+ 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
       }