Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yangpu
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭铭瑶
yangpu
Commits
49106f01
Commit
49106f01
authored
Jan 08, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点击网格获取网格人员数据
parent
11bd9e05
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
index.html
index.html
+1
-1
main.vue
src/views/main.vue
+3
-2
No files found.
index.html
View file @
49106f01
src/views/main.vue
View file @
49106f01
...
@@ -270,9 +270,10 @@ export default {
...
@@ -270,9 +270,10 @@ export default {
this
.
selectedGridArea
=
map
.
addPolygon
({
paths
,
fillColor
:
'rgba(255,235,59,.15)'
})
this
.
selectedGridArea
=
map
.
addPolygon
({
paths
,
fillColor
:
'rgba(255,235,59,.15)'
})
this
.
$ajax
.
get
({
this
.
$ajax
.
get
({
url
:
this
.
$api
.
DATA_URL
+
this
.
$api
.
GET_GRID_PERSON
,
url
:
this
.
$api
.
DATA_URL
+
this
.
$api
.
GET_GRID_PERSON
,
params
:
{
street
:
this
.
currentStreetInfo
.
name
,
gridId
:
attributes
[
'网格编'
]}
params
:
{
street
:
this
.
currentStreetInfo
.
name
,
gridId
:
+
attributes
[
'网格编'
]},
showLoading
:
true
,
}).
then
(
res
=>
{
}).
then
(
res
=>
{
this
.
gridPersonList
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
this
.
gridPersonList
=
res
||
[]
this
.
gridPersonModal
=
true
this
.
gridPersonModal
=
true
})
})
},
},
...
...
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