BUG 28404
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user