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
1c10a3b6
authored
2021-01-11 16:47:28 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
根据户的不动产单元号去查询户的分割!
1 parent
54cba80d
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 @
1c10a3b
...
...
@@ -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