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
e60ca45b
authored
2020-10-22 11:49:36 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改新建特征码
1 parent
92b7581b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
e60ca45
...
...
@@ -83,8 +83,9 @@
</el-form-item>
<el-form-item
label=
"特征码"
>
<el-select
v-model=
"tzmCode"
placeholder=
"地籍子区"
v-model=
"zdtzm.value"
placeholder=
"宗地特征码"
@
change=
"changeZdtzm(zdtzm.value)"
style=
"width:200px;"
>
<el-option
...
...
@@ -203,8 +204,8 @@ export default {
djzqbsm
:
this
.
djzqValue
,
syqlxbsm
:
this
.
syqlxCode
,
xmmc
:
this
.
zdProjectName
,
//
zdtzmbsm: this.tzmCode,
zdtzmbsm
:
"PSHGSBDCQJDC000000000000DC440010"
,
zdtzmbsm
:
this
.
tzmCode
,
//
zdtzmbsm: "PSHGSBDCQJDC000000000000DC440010",
};
insertQjZdjbxx
(
data
)
.
then
((
res
)
=>
{
...
...
@@ -310,6 +311,12 @@ export default {
this
.
syqlxCode
=
id
;
console
.
log
(
this
.
syqlxCode
);
},
changeZdtzm
(
id
){
this
.
tzmCode
=
id
;
console
.
log
(
this
.
tzmCode
);
},
close
()
{
this
.
$emit
(
"closeDialog"
);
},
...
...
Please
register
or
sign in
to post a comment