areaId
This commit is contained in:
@@ -224,7 +224,8 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleAreaSelect(v) {
|
handleAreaSelect(v) {
|
||||||
this.areaId = v?.[0]?.label
|
console.log(v)
|
||||||
|
this.areaId = v?.[0]?.value
|
||||||
this.getResourceListInit()
|
this.getResourceListInit()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user