src/views/performance/class/index.vue
@@ -796,6 +796,8 @@ methods: { //确认删除排班 confirmDelScheduling() { this.$refs.delSchedulingFormRef.validate(valid => { if (valid) { const data = { userIdList: this.delSchedulingForm.userIdList, startTime: this.delSchedulingForm.dateRange[0], @@ -811,6 +813,8 @@ console.error(err); this.closeSchedulingDelDialog() }) } }) }, closeSchedulingDelDialog(){ this.delSchedulingVisible = false;