mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-26 16:26:41 +08:00
issues/I48I0E 省市三级联动列表无法显示
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
import Vue from 'vue'
|
||||||
/**
|
/**
|
||||||
* 省市区
|
* 省市区
|
||||||
*/
|
*/
|
||||||
@ -7,6 +8,9 @@ export default class Area {
|
|||||||
* @param express
|
* @param express
|
||||||
*/
|
*/
|
||||||
constructor(pcaa) {
|
constructor(pcaa) {
|
||||||
|
if(!pcaa){
|
||||||
|
pcaa = Vue.prototype.$Jpcaa;
|
||||||
|
}
|
||||||
let arr = []
|
let arr = []
|
||||||
const province = pcaa['86']
|
const province = pcaa['86']
|
||||||
Object.keys(province).map(key=>{
|
Object.keys(province).map(key=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user