Browse Source

issues/I48I0E 省市三级联动列表无法显示

zhangdaiscott 3 years ago
parent
commit
57f72dd4d0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ant-design-vue-jeecg/src/components/_util/Area.js

+ 4 - 0
ant-design-vue-jeecg/src/components/_util/Area.js

@@ -1,3 +1,4 @@
+import Vue from 'vue'
 /**
  * 省市区
  */
@@ -7,6 +8,9 @@ export default class Area {
    * @param express
    */
   constructor(pcaa) {
+    if(!pcaa){
+      pcaa = Vue.prototype.$Jpcaa;
+    }
     let arr = []
     const province = pcaa['86']
     Object.keys(province).map(key=>{