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

pull/3100/head
zhangdaiscott 2021-09-11 18:45:23 +08:00
parent e2e19fa456
commit 57f72dd4d0
1 changed files with 4 additions and 0 deletions

View File

@ -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=>{