Commit 067824c2 by liujinbo

信息通报隐藏状态修改

parent e960efb7
...@@ -26,10 +26,10 @@ export const currentAirlineCode = ref('') ...@@ -26,10 +26,10 @@ export const currentAirlineCode = ref('')
let initialIndexConfig = 0 let initialIndexConfig = 0
let initialType = allInBoundMode.In let initialType = allInBoundMode.In
export function setUpInitialSwitchConfig() { /*export function setUpInitialSwitchConfig() {
initialIndexConfig = currentSelectedIndexInAllRelatedFlights.value initialIndexConfig = currentSelectedIndexInAllRelatedFlights.value
initialType = currentInBoundModeForFlightSinglePage.value initialType = currentInBoundModeForFlightSinglePage.value
} }*/
export function beforeJumpSingleFlightHandleFunc(ac, identifier, inBoundMode, airlineCode) { export function beforeJumpSingleFlightHandleFunc(ac, identifier, inBoundMode, airlineCode) {
currentAllRelatedFlights.value = [] currentAllRelatedFlights.value = []
......
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