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
0e6e60f0
authored
2020-11-25 09:47:54 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
fea2d3a0
cba8f5ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/zrz/lpb/bjlp/ljz/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
0e6e60f
...
...
@@ -278,9 +278,9 @@ export default {
//重置数据
reset
()
{
this
.
form
=
{
zrzbsm
:
""
,
//
zrzbsm: "",
ljzh
:
""
,
//逻辑幢号
zrzh
:
""
,
//自然幢号
//
zrzh: "", //自然幢号
ljzmc
:
""
,
//逻辑幢顺序号
bdcdyh
:
""
,
//不动产单元号
mph
:
""
,
//门牌号
...
...
@@ -340,8 +340,9 @@ export default {
console
.
log
(
this
.
form
);
},
},
created
()
{},
mounted
()
{},
created
()
{
this
.
form
.
zrzh
=
this
.
$store
.
state
.
zrzh
;},
mounted
()
{
},
};
</
script
>
<
style
rel=
"stylesheet/less"
lang=
"less"
scoped
>
...
...
Please
register
or
sign in
to post a comment