Browse Source

贷款-注册城市选择过滤

panyong 4 years ago
parent
commit
52a71e4542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/loan/src/views/loan/register/index.vue

+ 1 - 1
htmldev/loan/src/views/loan/register/index.vue

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