How does the vux xaddress provincial and municipal component get the value of the city, not the value of the province?

clipboard.png

with one of the xaddress components of vux (to get the location of provinces and cities), when you click Select, both provinces and cities appear. When selecting a city, the last value I want to return is the city, but the default value returned by xaddress is the province and city. no, no, no. Two, but I only want one. How can I modify the code? Gods, please take a look at ~

<group>
  <x-address title="" v-model="value4" raw-value :list="addressData" hide-district></x-address>
</group>

data () {
return {
  addressData: ChinaAddressV3Data,
  value4: []
}
Mar.16,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35876-4ec06.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35876-4ec06.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?