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){