Browse Source

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

seyason 1 năm trước cách đây
mục cha
commit
bab065d418

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

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