From 2a6c20c687125f871a36871c6b1e454716cdf695 Mon Sep 17 00:00:00 2001 From: water_xu Date: Thu, 15 Aug 2024 09:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=20-=20=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=96=B9=E5=8D=95=E4=BD=8D=E4=BA=BA=E5=91=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20-=20=E7=9B=B8=E5=85=B3=E6=96=B9=E6=89=80=E6=9C=89?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF=E7=9A=84=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/allPeopleList/components/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/xgf/allPeopleList/components/list.vue b/src/views/xgf/allPeopleList/components/list.vue index 8a8bd8f..7fe5ba3 100644 --- a/src/views/xgf/allPeopleList/components/list.vue +++ b/src/views/xgf/allPeopleList/components/list.vue @@ -206,7 +206,7 @@ export default { this.form.FLOWS_TYPE = '2' if (this.form.TYPE !== '2') { this.loading = true - requestFN('/xgf/user/approveMax', this.form) + requestFN('/xgf/user/repeatPush', this.form) .then((data) => { if (data.code === '0') { this.$message.success('推送成功') @@ -234,7 +234,7 @@ export default { } } this.loading = true - upload('/xgf/user/approveMax', formData) + upload('/xgf/user/repeatPush', formData) .then((data) => { this.$message.success('推送成功') this.visible = false