预约车加电话

This commit is contained in:
hongchao 2024-12-19 15:36:57 +08:00
parent 758e17ea22
commit af28fdfd86
1 changed files with 2 additions and 1 deletions

View File

@ -680,7 +680,7 @@ const dialogFormVisibleSettleWord: any = ref(false)
//
const handleViewWord = async (index: any) => {
//
const { companyName, companyId } = cardList.value[index].companyPersonPhoneKey
const { companyName, companyId,personPhone } = cardList.value[index].companyPersonPhoneKey
let cost = 0
let detailsList: any = []
@ -716,6 +716,7 @@ const handleViewWord = async (index: any) => {
companyId,
cost,
detailsList,
personPhone
}
console.log('查询参数', queryParams)