mirror of https://github.com/jeecgboot/jeecg-boot
issues/I48I0E 省市三级联动列表无法显示
parent
e2e19fa456
commit
57f72dd4d0
|
@ -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=>{
|
||||
|
|
Loading…
Reference in New Issue