This commit is contained in:
yanran200730
2022-10-10 18:04:40 +08:00

View File

@@ -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()
}, },
} }