Commit f1d44423 authored by zhengke's avatar zhengke

no message

parent 3c528e58
...@@ -130,7 +130,7 @@ queryObj.value = inject(injectKeyDataSource).queryObj ...@@ -130,7 +130,7 @@ queryObj.value = inject(injectKeyDataSource).queryObj
// 获取行程团数据 // 获取行程团数据
const GetTripFiledData = async (status) =>{ const GetTripFiledData = async (status) =>{
if(queryObj.value.TempId&&!status) return if(queryObj.value.TempId&&!status&&!ConfigId.value) return
const slidesData = slides.value const slidesData = slides.value
try { try {
let queryMsg = { let queryMsg = {
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="height: 750px;overflow: auto;" :loading="loading"> <div style="height: 750px;overflow: auto;" v-loading="loading">
<div v-if="dataList.length>0" class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;"> <div v-if="dataList.length>0" class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;">
<template v-for="(item,index) in dataList"> <template v-for="(item,index) in dataList">
<div class="MarketIndexListBox"> <div class="MarketIndexListBox">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment