Min 1 year ago
parent
commit
3cf070ef1a
1 changed files with 1 additions and 1 deletions
  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){