소스 검색

调整合同管理的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
       }