Min 1 년 전
부모
커밋
3cf070ef1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -5066,7 +5066,7 @@ a {
             // 确定
             functionalSubmit(row){
                 row.editFlag = false
-                row.isSubmit = true
+                row.isSubmit = 1
             },
             // 取消
             functionalCancel(row, index,type){