gaoluyang
2025-03-03 4d85b8e43490a4c502f5095642c458ed999c6513
src/views/performance/manHour/workTimeConfig.vue
@@ -277,9 +277,11 @@
      })
        .then(() => {
          deleteAuxiliaryWorkingHours({ id: row.id }).then((res) => {
            if (res.code == 201) return;
            console.log('res',res)
            if (res.code == 200){
            this.$message.success("删除成功");
            this.refresh();
            }
          });
        })
        .catch(() => { });