BUG 28404
This commit is contained in:
@@ -105,9 +105,11 @@ export default {
|
|||||||
handleJump() {
|
handleJump() {
|
||||||
if (!this.disabled) {
|
if (!this.disabled) {
|
||||||
uni.$once('selectArea', data => {
|
uni.$once('selectArea', data => {
|
||||||
this.$emit("select", data.id)
|
if (data?.id) {
|
||||||
this.areaName = data.name
|
this.$emit("select", data.id)
|
||||||
this.fullArea = data.fullArea
|
this.areaName = data.name
|
||||||
|
this.fullArea = data.fullArea
|
||||||
|
}
|
||||||
})
|
})
|
||||||
let {value, all, valueLevel, selectRoot, areaId} = this.$props
|
let {value, all, valueLevel, selectRoot, areaId} = this.$props
|
||||||
let url = qs.stringifyUrl({
|
let url = qs.stringifyUrl({
|
||||||
|
|||||||
Reference in New Issue
Block a user