@@ -201,7 +201,7 @@
funGetChinaArea () {
getChinaArea().then(res => {
if (res.status) {
- this.columns = res.data
+ this.columns = res.data.filter(province => province.text === '浙江')
} else {
Toast(res.msg)
}