Commit 7c0f9dcf authored by youjie's avatar youjie

no message

parent 285d8c9b
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
no-nodes-label=" " no-nodes-label=" "
no-results-label=" " no-results-label=" "
/> />
<q-tree v-if="regionList[0].children.length > 0" <q-tree v-if="regionList.length>0&&regionList[0].children.length > 0"
ref="region" ref="region"
:nodes="regionList" :nodes="regionList"
no-connectors no-connectors
...@@ -188,13 +188,13 @@ ...@@ -188,13 +188,13 @@
node-key="CityCode" node-key="CityCode"
label-key="CityName" label-key="CityName"
tick-strategy="leaf-filtered" tick-strategy="leaf-filtered"
@update:ticked="handleCitiesTickedhandleCitiesTicked" @update:ticked="handleCitiesTicked"
:ticked="CitiesTicked" :ticked="CitiesTicked"
text-color="#666" text-color="#666"
no-nodes-label=" " no-nodes-label=" "
no-results-label=" " no-results-label=" "
/> />
<q-tree v-if="regionList[0].children.length > 0" <q-tree v-if="regionList.length>0&&regionList[0].children.length > 0"
ref="region" ref="region"
:nodes="regionList" :nodes="regionList"
no-connectors no-connectors
......
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