修复预约车问题
This commit is contained in:
parent
8629efd0c1
commit
7dadc7620a
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue