From fbf6dd153d3b445a36dc206f0819ee43f9f667a6 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 13 Jan 2025 10:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E9=A2=84=E6=8F=90=20--=20=E9=87=8D=E6=8E=A8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/bikerebate/bicyclerebatewithholding.js | 4 ++-- .../bicyclerebatewithholding/bicyclerebatewithholding.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/api/bikerebate/bicyclerebatewithholding.js b/anrui-scm/anrui-scm-ui/src/api/bikerebate/bicyclerebatewithholding.js index 459053081e..9e616059cb 100644 --- a/anrui-scm/anrui-scm-ui/src/api/bikerebate/bicyclerebatewithholding.js +++ b/anrui-scm/anrui-scm-ui/src/api/bikerebate/bicyclerebatewithholding.js @@ -20,9 +20,9 @@ export default { }) }, // 重推 - rePushVouche: function(data) { + rePushVoucher: function(data) { return request({ - url: '/scm/v1/scmvehrebatewithapply/rePushVouche', + url: '/scm/v1/scmvehrebatewithapply/rePushVoucher', method: 'post', params: data }) diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue index c00f8abfa6..5896a0bd9b 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue @@ -335,7 +335,7 @@ export default { spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.7)' }) - req.rePushVouche({ sid: this.sids[0] }).then((resp) => { + req.rePushVoucher({ sid: this.sids[0] }).then((resp) => { if (resp.success) { loading.close() this.$message({ showClose: true, type: 'success', message: '重推成功' })