@@ -246,7 +246,7 @@
funGetChinaArea () {
getChinaArea().then(res => {
if (res.status) {
- this.columnsOfCity = res.data
+ this.columnsOfCity = res.data.filter(item => item.text === '浙江')
}
})
},