wangkang3 5 lat temu
rodzic
commit
54593164c5

+ 1 - 1
vue-project/hn-kq/src/components/overtime/OverTimeDetail.vue

@ -140,7 +140,7 @@
140 140
      todelete(){
141 141
         Dialog.$create({type: 'confirm', title: '提示', content: '是否确认撤销加班申请!',onConfirm: () => {
142 142
            this.$http
143
          .post("/useratd/deleteErrAnd", {errAndId:this.$route.query.id})
143
          .post("/useratd/deleteOverTime", {overTimeId:this.$route.query.id})
144 144
          .then((response) => {
145 145
            if (response.respCode == "0000") {
146 146
              console.log(response);