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
d808f425
authored
2020-10-23 17:16:35 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地特征码绑定值修改
1 parent
649cd39a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
d808f42
...
...
@@ -63,9 +63,8 @@
</el-form-item>
<el-form-item
label=
"特征码"
>
<el-select
v-model=
"
$store.state.zdtzmList.valu
e"
v-model=
"
tzmCod
e"
placeholder=
"宗地特征码"
@
change=
"changeZdtzm(zdtzm.value)"
style=
"width:200px;"
>
<el-option
...
...
@@ -278,9 +277,6 @@ export default {
this
.
syqlxCode
=
id
;
console
.
log
(
this
.
syqlxCode
);
},
changeZdtzm
(
id
){
this
.
tzmCode
=
id
;
},
close
()
{
this
.
$emit
(
"closeDialog"
);
},
...
...
Please
register
or
sign in
to post a comment