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
0750ea56
authored
2021-01-22 17:09:56 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
范围属性变更成功后不自动打开户编辑弹框
1 parent
f68a2a13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
0750ea5
...
...
@@ -974,9 +974,14 @@ export default {
fwsxbgbl
(
params
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
console
.
log
(
'成功'
);
this
.
$message
({
message
:
'变更成功'
,
type
:
"success"
,
});
this
.
getLpb
(
this
.
zrzbsm
,
this
.
scyclx
);
this
.
dbclick
(
this
.
chData
.
bsm
);
// this.$nextTick(()=>{
// this.dbclick(this.chData.bsm);
// })
}
else
{
this
.
$message
({
message
:
res
.
message
,
...
...
Please
register
or
sign in
to post a comment