This commit is contained in:
BianLzhaoMin 2025-02-14 16:31:10 +08:00
commit 189c97843b
1 changed files with 2 additions and 2 deletions

View File

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