소스 검색

提交报工的代码

Lijy 1 년 전
부모
커밋
cbf0e48924
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/workView/workView.vue

+ 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()
     },