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){