Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
57f72dd4
Commit
57f72dd4
authored
Sep 11, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issues/I48I0E 省市三级联动列表无法显示
parent
e2e19fa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ant-design-vue-jeecg/src/components/_util/Area.js
+4
-0
No files found.
ant-design-vue-jeecg/src/components/_util/Area.js
View file @
57f72dd4
import
Vue
from
'vue'
/**
/**
* 省市区
* 省市区
*/
*/
...
@@ -7,6 +8,9 @@ export default class Area {
...
@@ -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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment