修复预约车问题
This commit is contained in:
parent
8629efd0c1
commit
7dadc7620a
|
|
@ -612,7 +612,7 @@ const dialogFormVisibleSettleWord: any = ref(false)
|
||||||
//租赁服务合同
|
//租赁服务合同
|
||||||
const handleViewWord = async (index: any) => {
|
const handleViewWord = async (index: any) => {
|
||||||
// 组装参数
|
// 组装参数
|
||||||
const { companyName } = cardList.value[index].companyPersonPhoneKey
|
const { companyName, companyId } = cardList.value[index].companyPersonPhoneKey
|
||||||
let cost = 0
|
let cost = 0
|
||||||
let detailsList: any = []
|
let detailsList: any = []
|
||||||
cardList.value[index].devInfoVoList.map((e: any) => {
|
cardList.value[index].devInfoVoList.map((e: any) => {
|
||||||
|
|
@ -633,6 +633,7 @@ const handleViewWord = async (index: any) => {
|
||||||
const queryParams = {
|
const queryParams = {
|
||||||
companyName: localStorage.getItem('currentCompanyName'),
|
companyName: localStorage.getItem('currentCompanyName'),
|
||||||
czcompanyName: companyName,
|
czcompanyName: companyName,
|
||||||
|
companyId,
|
||||||
cost,
|
cost,
|
||||||
detailsList,
|
detailsList,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue