zouyu
5 天以前 b1a2f47275decbfc29aa989ad111e2607aa4205d
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;