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
afc989ef
authored
2020-12-17 19:05:49 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户合并分割数据来源修改
1 parent
0761c97e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
14 deletions
src/views/panel/change/hfghb/index.vue
src/views/panel/change/hfghb/index.vue
View file @
afc989e
...
...
@@ -212,6 +212,7 @@
<
script
>
import
lpbContent
from
"../../../zrz/lpb/bjlp/lpbContent/index"
;
import
{
getLpbMenuTree
,
batchScYcChange
,
getLpbTj
,
batchGeneratorBdcdyh
,
getLpbFwytAndQlxz
,
batchCommit
}
from
"@api/lpb"
;
import
{
getSearchList
}
from
"@api/search"
;
export
default
{
name
:
""
,
components
:{
lpbContent
},
...
...
@@ -224,11 +225,16 @@ export default {
data
(){
return
{
queryData
:{
zddm
:
''
,
bdcdyh
:
''
,
bdcqzh
:
''
,
bdcdyh
:
""
,
bdcqzh
:
""
,
dylxs
:
[
'zrz'
],
qlrmc
:
""
,
qszt
:
[],
xmmc
:
""
,
zddm
:
""
,
zl
:
""
,
pageNo
:
1
,
pageSize
:
1
0
pageSize
:
1
5
},
tableData
:[],
total
:
0
,
...
...
@@ -308,19 +314,25 @@ export default {
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
270
;
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
34
-
6
;
})
this
.
search
();
},
methods
:{
//查询
search
(){
this
.
tableData
=
[
{
bdcdyh
:
'00111111111111111'
,
xmmc
:
'测试自然幢'
,
bdcqzh
:
'A12111111111111111'
,
dylx
:
'zrz'
,
zrzbsm
:
'1a94f3ab0f95ecc7137c5c3e51c15ac6'
}
]
getSearchList
(
this
.
queryData
).
then
(
res
=>
{
this
.
tableData
=
res
.
result
.
records
this
.
total
=
res
.
result
.
total
})
// this.tableData = [
// {
// bdcdyh:'00111111111111111',
// xmmc:'测试自然幢',
// bdcqzh:'A12111111111111111',
// dylx:'zrz',
// zrzbsm:'1a94f3ab0f95ecc7137c5c3e51c15ac6'
// }
// ]
},
//重置
reset
(){
...
...
@@ -336,7 +348,7 @@ export default {
//办理
handleClick
(
row
){
this
.
isSearch
=
false
;
this
.
zrzbsm
=
row
.
zrz
bsm
;
this
.
zrzbsm
=
row
.
gl
bsm
;
},
//分页
handleCurrentChange
(
val
)
{
...
...
Please
register
or
sign in
to post a comment