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
412200fa
authored
2021-01-15 15:54:11 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
db203c81
0a1767ba
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
412200f
...
...
@@ -441,6 +441,10 @@
type
:
String
,
default
:
"1"
,
},
lpbParent
:{
type
:
String
,
default
:
""
,
},
},
data
()
{
return
{
...
...
@@ -588,6 +592,9 @@
registerCall
(
data
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$message
.
success
(
"登记成功"
)
if
(
this
.
lpbParent
===
'isLpb'
){
this
.
$parent
.
$parent
.
loadingData
(
this
.
form
.
zrzbsm
,
this
.
form
.
scyclx
);
}
this
.
getTreeByBsm
(
this
.
$store
.
state
.
zdbsm
,
'h'
,
'0,1,2'
)
}
})
...
...
@@ -900,6 +907,7 @@
updateQjH
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"保存成功!"
)
console
.
log
(
this
,
"this"
)
}
else
{
this
.
$message
.
warning
(
res
.
message
)
}
...
...
@@ -923,6 +931,10 @@
submit
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"提交完成!"
);
console
.
log
(
this
.
lpbParent
,
"this.lpbparent"
)
if
(
this
.
lpbParent
===
'isLpb'
){
this
.
$parent
.
$parent
.
loadingData
(
this
.
form
.
zrzbsm
,
this
.
form
.
scyclx
);
}
}
else
{
this
.
$message
.
warning
(
res
.
message
)
}
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
412200f
...
...
@@ -377,7 +377,7 @@
></move-h>
<!-- 双击户的弹出框 -->
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
title=
"户编辑"
class=
"hbjDialog"
:visible
.
sync=
"hbjVisible"
width=
"80%"
>
<hbj
ref=
"hbj"
:bsm=
"hbsm"
:scyclx=
"scyclx"
></hbj>
<hbj
ref=
"hbj"
:bsm=
"hbsm"
:scyclx=
"scyclx"
:lpbParent=
"lpbParent"
></hbj>
</el-dialog>
<!-- 户重新落宗 -->
<h-cxlz
...
...
Please
register
or
sign in
to post a comment