监理人员删除代码提交

This commit is contained in:
liang.chao 2025-02-14 15:49:05 +08:00
parent db50e1f9d9
commit a11d0bd9b8
1 changed files with 2 additions and 2 deletions

View File

@ -1232,8 +1232,8 @@ export default {
type: 'warning', type: 'warning',
}).then(() => { }).then(() => {
const params = { const params = {
idCard: row.idCard, supUuid: row.supUuid,
phone: row.phone proId: row.proId
} }
delPersonByIdCardAndPhone(params).then(response => { delPersonByIdCardAndPhone(params).then(response => {
if (response.code === 200){ if (response.code === 200){