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
de9cfb68
authored
2021-02-02 17:15:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
属性导入传值修改
1 parent
b44bf39f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/components/sxdr/sxdr.vue
src/components/sxdr/sxdr.vue
View file @
de9cfb6
...
@@ -59,6 +59,10 @@
...
@@ -59,6 +59,10 @@
59
},
59
},
60
mounted
()
{
60
mounted
()
{
61
this
.
$store
.
state
.
sxdrType
=
''
;
61
this
.
$store
.
state
.
sxdrType
=
''
;
62
this
.
sxdrData
=
{
63
bsm
:
this
.
bsm
,
64
type
:
this
.
dylx
65
}
62
},
66
},
63
methods
:
{
67
methods
:
{
64
cancel
(){
68
cancel
(){
...
...
Please
register
or
sign in
to post a comment