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
d09c8262
authored
2020-11-04 11:31:25 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢字典信息数据整理
1 parent
6c87480f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/systemZRZ/lpb/zdy/index.vue
src/views/systemZRZ/lpb/zdy/index.vue
View file @
d09c826
...
...
@@ -91,14 +91,14 @@
}
},
methods
:{
submitForm
(
formName
,
bsm
)
{
submitForm
(
formName
,
zrzbsm
,
lzj
bsm
)
{
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
insertZdyInfo
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"保存成功!"
)
//更新树结构数据
this
.
$parent
.
$parent
.
getLpbMenuTree
(
bsm
);
this
.
$parent
.
$parent
.
getLpbMenuTree
(
zrz
bsm
);
//关闭弹框
this
.
$parent
.
$parent
.
closeDaialog
()
}
...
...
Please
register
or
sign in
to post a comment