소스 검색

Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper into master

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

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

@@ -5051,7 +5051,7 @@ a {
                         'jobRespon': '',
                         'jobRespon': '',
                         "companyId":this.user.companyId,
                         "companyId":this.user.companyId,
                         'editFlag': true,  // 可编辑标识
                         'editFlag': true,  // 可编辑标识
-                        'isSubmit': false, // 是否点击确定标识
+                        'isSubmit': 0, // 是否点击确定标识
                     })
                     })
                 }else if(type=="workContext"){
                 }else if(type=="workContext"){
                     this.workContextList.push({
                     this.workContextList.push({
@@ -5059,7 +5059,7 @@ a {
                         "proFunId":this.functionalId,
                         "proFunId":this.functionalId,
                         'workContext':null,
                         'workContext':null,
                         'editFlag': true,  // 可编辑标识
                         'editFlag': true,  // 可编辑标识
-                        'isSubmit': false, // 是否点击确定标识
+                        'isSubmit': 0, // 是否点击确定标识
                     })
                     })
                 }
                 }
             },
             },