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
90f6642d
authored
2020-11-11 10:06:47 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
0b829ec7
ff9e4c33
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
src/components/plzl/plZl.vue
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
src/components/plzl/plZl.vue
View file @
90f6642
...
...
@@ -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
:
{
...
...
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
View file @
90f6642
...
...
@@ -375,7 +375,7 @@
<
script
>
import
Qlr
from
"./../../../../../components/formMenu/qlr"
;
import
Qlxz
from
"./../../../../../components/formMenu/qlxz"
;
import
Qlxz
from
"./../../../../../components/formMenu/qlxz
_simple
"
;
export
default
{
name
:
'zrz'
,
components
:{
...
...
Please
register
or
sign in
to post a comment