This commit is contained in:
parent
664e835c2b
commit
abbf34847e
|
|
@ -177,6 +177,9 @@ const getList = async () => {
|
|||
leaseTotal.value = res2.data.leaseTotal
|
||||
rateToTal.value = res2.data.rate
|
||||
} else if (currentType.value == 9 || currentType.value == 11) {
|
||||
if (currentType.value == 11) {
|
||||
params.isHot = true
|
||||
}
|
||||
// 需求总数 / 最需装备
|
||||
res = await getLeaseOnlyInfoApi(params)
|
||||
} else if (currentType.value == 10) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue