Commit ee776a32 authored by zhengke's avatar zhengke

修复模版接口

parent 134953c6
......@@ -270,7 +270,7 @@ const GetTripTemplate = async () =>{
queryObj.value.TempType = dataRes.data.data.TempType
slidesStore.updateSlideIndex(0)
if(ConfigId.value==0||TempId.value) {
await GetTripConfig()
if(TempId.value) await GetTripConfig()
return
}
await GetTripFiledData()
......
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