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