Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
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
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
dbd0ca5e
Commit
dbd0ca5e
authored
Nov 26, 2020
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
a202ab6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
basicInfo.vue
src/views/houseData/basicInfo.vue
+3
-0
No files found.
src/views/houseData/basicInfo.vue
View file @
dbd0ca5e
...
@@ -436,6 +436,9 @@ export default {
...
@@ -436,6 +436,9 @@ export default {
getStreet
(){
//获取街道下拉
getStreet
(){
//获取街道下拉
this
.
$ajax
.
get
({
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_STREET_LIST
,
url
:
this
.
$api
.
GET_STREET_LIST
,
params
:
{
pageSize
:
10000
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
this
.
street
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
this
.
street
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
})
})
...
...
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