Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
e84ade34
Commit
e84ade34
authored
May 24, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
8d43baf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
basicInfoByLabel.vue
src/views/houseData/basicInfoByLabel.vue
+15
-15
labelRightSide.vue
src/views/label/labelRightSide.vue
+2
-2
No files found.
src/views/houseData/basicInfoByLabel.vue
View file @
e84ade34
...
...
@@ -514,25 +514,25 @@ export default {
this
.
pagination
.
pageNo
=
page
this
.
pagination
.
current
=
page
switch
(
this
.
tbl
)
{
case
'tbl_community'
:
this
.
getListSect
(
this
.
currentSeeId
)
break
case
'tbl_community'
:
this
.
getListSect
(
this
.
currentSeeId
)
break
case
'tbl_building'
:
this
.
getListMpz
(
this
.
currentSeeId
)
break
case
'tbl_building'
:
this
.
getListMpz
(
this
.
currentSeeId
)
break
case
'tbl_prop_company'
:
this
.
getListWy
(
this
.
currentSeeId
)
break
case
'tbl_prop_company'
:
this
.
getListWy
(
this
.
currentSeeId
)
break
case
'tbl_industry_council'
:
this
.
getListYwh
(
this
.
currentSeeId
)
break
case
'tbl_industry_council'
:
this
.
getListYwh
(
this
.
currentSeeId
)
break
default
:
break
}
default
:
break
}
},
showSizeChange
(
current
,
size
)
{
//每页条数切换
this
.
pagination
.
pageNo
=
1
...
...
src/views/label/labelRightSide.vue
View file @
e84ade34
...
...
@@ -390,7 +390,7 @@ export default {
name
:
element
.
strName
,
streetId
:
element
.
streetId
})
})
;
})
}
else
{
alert
(
'接口发生错误!'
)
...
...
@@ -438,7 +438,7 @@ export default {
* key => 业务属性二级可选值
*/
checkIfSelectOptionAppears
(
options
,
formValue
,
key
)
{
console
.
log
(
options
,
formValue
,
key
)
;
console
.
log
(
options
,
formValue
,
key
)
let
findKey
=
options
.
find
(
item
=>
(
item
.
tblKey
==
key
))
let
pushSels
=
[]
// 如果没找到
...
...
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