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
b303a8ef
authored
2021-01-21 10:30:33 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户编辑做登记调用后更新楼盘表数据时不需要添加判断
1 parent
f83d8123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
b303a8e
...
...
@@ -592,9 +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
);
}
//
if(this.lpbParent === 'isLpb'){
this
.
$parent
.
$parent
.
loadingData
(
this
.
form
.
zrzbsm
,
this
.
form
.
scyclx
);
//
}
this
.
getTreeByBsm
(
this
.
$store
.
state
.
zdbsm
,
'h'
,
'0,1,2'
)
}
})
...
...
Please
register
or
sign in
to post a comment