预约车加电话
This commit is contained in:
parent
758e17ea22
commit
af28fdfd86
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue