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
dd626ac7
authored
2020-10-23 10:24:48 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新增代码提交
1 parent
a0e971e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
dd626ac
...
...
@@ -63,13 +63,13 @@
</el-form-item>
<el-form-item
label=
"特征码"
>
<el-select
v-model=
"
zdtzm
.value"
v-model=
"
$store.state.zdtzmList
.value"
placeholder=
"宗地特征码"
@
change=
"changeZdtzm(zdtzm.value)"
style=
"width:200px;"
>
<el-option
v-for=
"item in
zdtzm
"
v-for=
"item in
$store.state.zdtzmList
"
:key=
"item.bsm"
:label=
"item.mc"
:value=
"item.bsm"
...
...
@@ -162,12 +162,10 @@ export default {
value
:
"Z"
,
},
],
zdtzm
:
[],
};
},
created
()
{
this
.
getXzqList
();
this
.
getDdicByMC
();
},
mounted
()
{},
methods
:
{
...
...
@@ -240,14 +238,6 @@ export default {
})
.
catch
((
error
)
=>
{});
},
getDdicByMC
()
{
getDdicByMC
(
"宗地(宗海)特征码"
)
.
then
((
res
)
=>
{
console
.
log
(
res
.
result
);
this
.
zdtzm
=
res
.
result
;
})
.
catch
((
error
)
=>
{});
},
changeXzq
(
id
)
{
this
.
djq
=
[];
this
.
djzq
=
[];
...
...
Please
register
or
sign in
to post a comment