Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f58c6956
authored
2021-01-11 16:59:16 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
2 parents
f69cc5d9
f9bc58d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
src/views/panel/change/hfghb/index.vue
src/views/panel/change/hfghb/index.vue
View file @
f58c695
...
...
@@ -213,6 +213,7 @@
import
lpbContent
from
"../../../zrz/lpb/bjlp/lpbContent/index"
;
import
{
getLpbMenuTree
,
batchScYcChange
,
getLpbTj
,
batchGeneratorBdcdyh
,
getLpbFwytAndQlxz
,
batchCommit
}
from
"@api/lpb"
;
import
{
getSearchList
}
from
"@api/search"
;
import
{
getQjHDetailByBsm
}
from
"@api/h"
;
export
default
{
name
:
""
,
components
:{
lpbContent
},
...
...
@@ -227,7 +228,7 @@ export default {
queryData
:{
bdcdyh
:
""
,
bdcqzh
:
""
,
dylxs
:
[
'zrz'
],
dylxs
:
[
'zrz'
,
'h'
],
qlrmc
:
""
,
qszt
:
[],
xmmc
:
""
,
...
...
@@ -349,8 +350,16 @@ export default {
},
//办理
handleClick
(
row
){
this
.
isSearch
=
false
;
this
.
zrzbsm
=
row
.
glbsm
;
if
(
row
.
dylx
===
'zrz'
){
this
.
isSearch
=
false
;
this
.
zrzbsm
=
row
.
glbsm
;
}
else
{
getQjHDetailByBsm
(
row
.
glbsm
).
then
((
res
)
=>
{
this
.
isSearch
=
false
;
this
.
zrzbsm
=
res
.
result
.
zrzbsm
;
})
}
},
//分页
handleCurrentChange
(
val
)
{
...
...
Please
register
or
sign in
to post a comment