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