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
c7921cf7
authored
2020-12-03 10:14:23 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户编辑组件的scyclx字段动态变化,完善层户的scyclx数据监听
1 parent
67dd7292
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
7 deletions
src/views/zrz/lpb/bjlp/ch/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/ch/index.vue
View file @
c7921cf
...
...
@@ -134,7 +134,7 @@ export default {
ljzbsm
:
""
,
zdybsm
:
""
,
zrzbsm
:
""
,
scyclx
:
"0"
,
scyclx
:
this
.
scyclx
,
qsc
:
""
,
jsc
:
""
,
hs
:
""
,
...
...
@@ -169,7 +169,7 @@ export default {
immediate
:
true
,
deep
:
true
,
},
dialogVisible
:{
scyclx
:{
handler
(
n
){
this
.
$nextTick
(()
=>
{
this
.
formData
.
scyclx
=
this
.
scyclx
;
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
c7921cf
...
...
@@ -411,7 +411,11 @@
Qlxz
,
},
props
:{
bsm
:
String
//户标识码
bsm
:
String
,
//户标识码
scyclx
:{
type
:
String
,
default
:
"1"
,
},
},
data
()
{
return
{
...
...
@@ -792,6 +796,15 @@
this
.
form
.
bdcdyh
=
res
.
result
;
})
},
},
watch
:
{
scyclx
:{
handler
(
n
){
this
.
$nextTick
(()
=>
{
this
.
form
.
scyclx
=
this
.
scyclx
;
})
}
}
}
}
</
script
>
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
c7921cf
...
...
@@ -249,7 +249,7 @@
></h-cxlz>
<!-- 双击户的弹出框 -->
<el-dialog
title=
"户编辑"
class=
"hbjDialog"
:visible
.
sync=
"hbjVisible"
width=
"70%"
center
>
<hbj
ref=
"hbj"
:bsm=
"hbsm"
></hbj>
<hbj
ref=
"hbj"
:bsm=
"hbsm"
:scyclx=
"scyclx"
></hbj>
<div
class=
"btnGroup"
>
<el-button
type=
"primary"
@
click=
"hbjSaveInfo"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"hbjResetInfo"
>
重置
</el-button>
...
...
@@ -573,7 +573,7 @@ export default {
plScYcChange
()
{
let
data
=
{
zrzbsm
:
this
.
$store
.
state
.
zrzbsm
,
scyclx
:
"0"
,
scyclx
:
this
.
scyclx
,
};
batchScYcChange
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
@@ -607,7 +607,7 @@ export default {
getDyztBsmList
()
{
let
data
=
{
zrzbsm
:
this
.
$store
.
state
.
zrzbsm
,
scyclx
:
"0"
,
scyclx
:
this
.
scyclx
,
};
getLpbTj
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
@@ -664,7 +664,7 @@ export default {
getLpbFwytAndQlxz
(){
let
data
=
{
zrzbsm
:
this
.
$store
.
state
.
zrzbsm
,
scyclx
:
"0"
,
scyclx
:
this
.
scyclx
,
};
getLpbFwytAndQlxz
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
Please
register
or
sign in
to post a comment