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
98fe80fa
authored
2020-12-03 09:07:20 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地下新建自然幢dzbsm字段传值修改
1 parent
0ec82dee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/lineTree/lineTree.vue
src/components/lineTree/lineTree.vue
View file @
98fe80f
...
...
@@ -243,7 +243,9 @@ export default {
console
.
log
(
this
.
zdData
,
'this.zdData'
);
this
.
dialogVisible
=
true
;
this
.
$store
.
state
.
zdbsm
=
this
.
zdData
.
zdbsm
;
this
.
$store
.
state
.
dzbsm
=
this
.
zdData
.
bsm
;
if
(
this
.
zdData
.
type
==
'dz'
){
this
.
$store
.
state
.
dzbsm
=
this
.
zdData
.
bsm
;
}
},
//关闭添加定着物弹框
closeDialog
()
{
...
...
Please
register
or
sign in
to post a comment