From a11d0bd9b88cfbf74b321f67e5af60849c9e0af3 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Fri, 14 Feb 2025 15:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=90=86=E4=BA=BA=E5=91=98=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pro/apply/supervisorEnterApply.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pro/apply/supervisorEnterApply.vue b/src/views/pro/apply/supervisorEnterApply.vue index fee18dc..c155708 100644 --- a/src/views/pro/apply/supervisorEnterApply.vue +++ b/src/views/pro/apply/supervisorEnterApply.vue @@ -1232,8 +1232,8 @@ export default { type: 'warning', }).then(() => { const params = { - idCard: row.idCard, - phone: row.phone + supUuid: row.supUuid, + proId: row.proId } delPersonByIdCardAndPhone(params).then(response => { if (response.code === 200){