BUG 28404

This commit is contained in:
aixianling
2022-03-21 19:50:57 +08:00
parent 4af311d1de
commit d32f60fd69

View File

@@ -105,9 +105,11 @@ export default {
handleJump() {
if (!this.disabled) {
uni.$once('selectArea', data => {
this.$emit("select", data.id)
this.areaName = data.name
this.fullArea = data.fullArea
if (data?.id) {
this.$emit("select", data.id)
this.areaName = data.name
this.fullArea = data.fullArea
}
})
let {value, all, valueLevel, selectRoot, areaId} = this.$props
let url = qs.stringifyUrl({