浏览代码

提交报工的代码

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