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
f28c141e
authored
2020-10-27 16:36:30 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢字典信息数据整理
1 parent
95a93b47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
src/components/formMenu/qlr.vue
src/views/Home.vue
src/views/systemZRZ/zrzxx/index.vue
src/components/formMenu/qlr.vue
View file @
f28c141
...
...
@@ -504,7 +504,11 @@
if
(
res
.
code
){
if
(
res
.
result
!=
null
){
this
.
tableData
=
res
.
result
;
this
.
gyfs
=
res
.
result
[
0
].
gyfsbsm
;
if
(
this
.
tableData
.
length
===
0
){
this
.
gyfs
=
this
.
$store
.
state
.
gyfsList
[
0
].
bsm
;
}
else
{
this
.
gyfs
=
res
.
result
[
0
].
gyfsbsm
;
}
}
}
})
...
...
src/views/Home.vue
View file @
f28c141
...
...
@@ -201,9 +201,6 @@ export default {
"$store.state.zdbsm"
:
function
(
bsm
)
{
this
.
getRightTree
(
bsm
);
},
"$store.state.zrzbsm"
:
function
(
bsm
)
{
this
.
getRightTree
(
bsm
);
},
},
created
()
{
if
(
this
.
$route
.
meta
)
{
...
...
src/views/systemZRZ/zrzxx/index.vue
View file @
f28c141
...
...
@@ -10,7 +10,7 @@
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
宗地代码
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.zddm"
disabled
=
"true"
></el-input>
<el-input
v-model=
"form.zddm"
disabled
></el-input>
<el-input
v-show=
"false"
v-model=
"form.zdbsm"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
自然幢号
</td>
...
...
Please
register
or
sign in
to post a comment