|
@@ -1004,6 +1004,20 @@
|
|
|
}
|
|
|
this.specialHolidaysDept = newDeptForm
|
|
|
this.specialHolidaysUser = newUserForm
|
|
|
+ }else{
|
|
|
+ this.holidaySeetingForm.holidayDate = ""
|
|
|
+ this.holidaySeetingForm.id = null
|
|
|
+ this.holidaySeetingForm.rangeType = "0"
|
|
|
+ let newDeptForm = {
|
|
|
+ values: [],
|
|
|
+ labels: []
|
|
|
+ }
|
|
|
+ let newUserForm = {
|
|
|
+ values: [],
|
|
|
+ labels: []
|
|
|
+ }
|
|
|
+ this.specialHolidaysDept = newDeptForm
|
|
|
+ this.specialHolidaysUser = newUserForm
|
|
|
}
|
|
|
this.addHolidaySeeting = true;
|
|
|
},
|