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
f7946a36
authored
2020-12-01 11:21:06 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(lpb):修改实预测字段
1 parent
41929038
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
f7946a3
...
...
@@ -112,7 +112,7 @@
<el-button
type=
"primary"
@
click=
"addCVisible = false"
>
取消
</el-button>
</div>
</el-dialog>
<move-h
:hbsm=
"chData.bsm"
@
close=
"moveHClose"
:move-hvisible=
"moveHvisible"
:type=
"syclx"
@
loading=
"loadingData"
></move-h>
<move-h
:hbsm=
"chData.bsm"
@
close=
"moveHClose"
:move-hvisible=
"moveHvisible"
:type=
"s
c
yclx"
@
loading=
"loadingData"
></move-h>
</div>
</template>
<
script
>
...
...
@@ -177,7 +177,7 @@ export default {
},
methods
:
{
loadingData
(){
this
.
getLpb
(
this
.
$store
.
state
.
zrzbsm
,
this
.
$parent
.
syclx
);
this
.
getLpb
(
this
.
$store
.
state
.
zrzbsm
,
this
.
$parent
.
s
c
yclx
);
},
//获取楼盘表数据
getLpb
(
zrzbsm
,
scyclx
)
{
...
...
@@ -357,7 +357,7 @@ export default {
handleMoveH
(){
// 移动户
console
.
log
(
this
.
chData
,
"chData"
)
console
.
log
(
this
.
$parent
.
syclx
,
"实预测类型"
)
console
.
log
(
this
.
$parent
.
s
c
yclx
,
"实预测类型"
)
this
.
moveHvisible
=
true
;
},
moveHClose
(){
...
...
Please
register
or
sign in
to post a comment