This commit is contained in:
liuye
2022-10-10 17:58:41 +08:00
parent ac869994a7
commit 39a4916939

View File

@@ -224,7 +224,8 @@ export default {
})
},
handleAreaSelect(v) {
this.areaId = v?.[0]?.label
console.log(v)
this.areaId = v?.[0]?.value
this.getResourceListInit()
},
}