预约车加电话
This commit is contained in:
parent
758e17ea22
commit
af28fdfd86
|
|
@ -680,7 +680,7 @@ const dialogFormVisibleSettleWord: any = ref(false)
|
||||||
//租赁服务合同
|
//租赁服务合同
|
||||||
const handleViewWord = async (index: any) => {
|
const handleViewWord = async (index: any) => {
|
||||||
// 组装参数
|
// 组装参数
|
||||||
const { companyName, companyId } = cardList.value[index].companyPersonPhoneKey
|
const { companyName, companyId,personPhone } = cardList.value[index].companyPersonPhoneKey
|
||||||
let cost = 0
|
let cost = 0
|
||||||
let detailsList: any = []
|
let detailsList: any = []
|
||||||
|
|
||||||
|
|
@ -716,6 +716,7 @@ const handleViewWord = async (index: any) => {
|
||||||
companyId,
|
companyId,
|
||||||
cost,
|
cost,
|
||||||
detailsList,
|
detailsList,
|
||||||
|
personPhone
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('查询参数', queryParams)
|
console.log('查询参数', queryParams)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue