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
a807b47f
authored
2020-11-10 19:59:15 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merge(plzl):关闭重置数据
1 parent
34ca01fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
src/components/plzl/plZl.vue
src/components/plzl/plZl.vue
View file @
a807b47
...
...
@@ -208,6 +208,7 @@
},
cancel
:
function
()
{
console
.
log
(
"cancel......"
)
this
.
close
();
},
close
:
function
()
{
this
.
$emit
(
"close"
)
...
...
@@ -216,6 +217,16 @@
},
result
:
function
()
{
console
.
log
(
"重置"
)
this
.
plzlData
=
{
qz
:
''
,
zd
:
''
,
zrz
:
''
,
ljz
:
''
,
zdy
:
''
,
c
:
''
,
h
:
''
,
hz
:
''
}
}
},
computed
:
{
...
...
Please
register
or
sign in
to post a comment