liding
2025-03-21 5fc4e08ede1f5af51f802a5e48365bf7bb375e8d
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();
            }