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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 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
(){
...
...
@@ -395,19 +395,19 @@ export default {
this
.
$message
({
message
:
"删除成功"
,
type
:
"success"
,
});
});
this
.
getLpb
(
this
.
$store
.
state
.
zrzbsm
,
this
.
$parent
.
scyclx
);
}
else
{
this
.
$message
({
message
:
res
.
message
,
type
:
"warning"
,
});
}
}
});
}).
catch
(()
=>
{
});
},
//确认添加
saveAddC
(){
...
...
@@ -416,7 +416,7 @@ export default {
this
.
$message
({
message
:
"添加成功"
,
type
:
"success"
,
});
});
this
.
getLpb
(
this
.
$store
.
state
.
zrzbsm
,
this
.
$parent
.
scyclx
);
this
.
addCVisible
=
false
;
}
else
{
...
...
@@ -424,7 +424,7 @@ export default {
message
:
res
.
message
,
type
:
"warning"
,
});
}
}
});
},
//end
...
...
@@ -632,7 +632,7 @@ export default {
text-align
:
center
;
transition
:
0.5s
;
}
.btnGroup
{
margin
:
20px
auto
0
;
width
:
150px
;
...
...
Please
register
or
sign in
to post a comment