修复预约车问题

This commit is contained in:
BianLzhaoMin 2024-12-17 20:24:26 +08:00
parent 8629efd0c1
commit 7dadc7620a
1 changed files with 2 additions and 1 deletions

View File

@ -612,7 +612,7 @@ const dialogFormVisibleSettleWord: any = ref(false)
//
const handleViewWord = async (index: any) => {
//
const { companyName } = cardList.value[index].companyPersonPhoneKey
const { companyName, companyId } = cardList.value[index].companyPersonPhoneKey
let cost = 0
let detailsList: any = []
cardList.value[index].devInfoVoList.map((e: any) => {
@ -633,6 +633,7 @@ const handleViewWord = async (index: any) => {
const queryParams = {
companyName: localStorage.getItem('currentCompanyName'),
czcompanyName: companyName,
companyId,
cost,
detailsList,
}