Commit fcb8769e authored by zhengke's avatar zhengke

no message

parent d8aa6503
......@@ -130,7 +130,7 @@ queryObj.value = inject(injectKeyDataSource).queryObj
// 获取行程团数据
const GetTripFiledData = async (status) =>{
if((queryObj.value.TempId&&!status)||ConfigId.value!=0) return
if(queryObj.value.TempId&&!status) return
const slidesData = slides.value
try {
let queryMsg = {
......@@ -235,6 +235,7 @@ const GetTripTemplate = async () =>{
queryObj.value.ColorName = dataRes.data.data.ColorName
queryObj.value.ColorStr = dataRes.data.data.ColorStr
queryObj.value.TempType = dataRes.data.data.TempType
if(ConfigId.value==0) return
await GetTripFiledData(1)
}
} catch (error) {
......
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