Browse Source

提交报工的代码

Lijy 1 year ago
parent
commit
cbf0e48924

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/workView/workView.vue

@@ -285,6 +285,7 @@ export default {
     reportDateOnConfirm(date) {
       this.reportDateShow = false;
       this.reportDate = this.formatDate(date);
+      this.getMyPlanProcedureList()
       this.getCrewMemberList()
     },