Commit 56cfc9b1 authored by zhengke's avatar zhengke

no message

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