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
cba8f5ed
authored
2020-11-25 09:34:28 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
逻辑幢自然幢号带过去
1 parent
5d989fe5
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 @
cba8f5e
...
...
@@ -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