瀏覽代碼

调整合同管理的bug

Lijy 2 年之前
父節點
當前提交
309f40f4c8
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
       }