Commit 7c0f9dcf authored by youjie's avatar youjie

no message

parent 285d8c9b
......@@ -54,7 +54,7 @@
no-nodes-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"
:nodes="regionList"
no-connectors
......@@ -188,13 +188,13 @@
node-key="CityCode"
label-key="CityName"
tick-strategy="leaf-filtered"
@update:ticked="handleCitiesTickedhandleCitiesTicked"
@update:ticked="handleCitiesTicked"
:ticked="CitiesTicked"
text-color="#666"
no-nodes-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"
:nodes="regionList"
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