spring
2025-03-17 2bfe437d8b30fb7d80a38875b00ebf2b222ea05f
src/views/performance/manHour/workTimeConfig.vue
@@ -277,8 +277,8 @@
      })
        .then(() => {
          deleteAuxiliaryWorkingHours({ id: row.id }).then((res) => {
            console.log('res',res)
            if (res.code == 200){
            console.log('res', res)
            if (res.code == 200) {
              this.$message.success("删除成功");
              this.refresh();
            }