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
67dd7292
authored
2020-12-03 09:52:55 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加层户的syclx监听楼盘表实预测类型的切换
1 parent
a94d69a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
src/views/zrz/lpb/bjlp/ch/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/ch/index.vue
View file @
67dd729
...
...
@@ -53,6 +53,10 @@ export default {
type
:
Boolean
,
default
:
false
,
},
scyclx
:{
type
:
String
,
default
:
"1"
,
},
},
data
()
{
return
{
...
...
@@ -67,7 +71,7 @@ export default {
zdymc
:
""
,
zdybsm
:
""
,
zrzbsm
:
""
,
scyclx
:
"
0
"
,
scyclx
:
"
1
"
,
qsc
:
""
,
jsc
:
""
,
hs
:
""
,
...
...
@@ -165,6 +169,13 @@ export default {
immediate
:
true
,
deep
:
true
,
},
dialogVisible
:{
handler
(
n
){
this
.
$nextTick
(()
=>
{
this
.
formData
.
scyclx
=
this
.
scyclx
;
})
}
}
},
};
</
script
>
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
67dd729
...
...
@@ -224,6 +224,7 @@
<div
class=
"addCh"
v-show=
"menuType == 'ch'"
>
<addCh
ref=
"ch"
:scyclx=
"scyclx"
:dialogVisible=
"dialogVisible"
:treeData=
"treeData"
></addCh>
...
...
Please
register
or
sign in
to post a comment