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
cb7ae6e2
authored
2020-11-12 16:39:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新增户接口字段修改
1 parent
1c0e7a6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/systemZRZ/lpb/bjlp/ch/index.vue
src/views/systemZRZ/lpb/bjlp/ch/index.vue
View file @
cb7ae6e
...
...
@@ -33,9 +33,9 @@
<el-input
size=
"small"
v-model=
"scope.row.jsc"
></el-input>
</
template
>
</el-table-column>
<el-table-column
prop=
"
mc
hs"
label=
"每层户数"
align=
"center"
>
<el-table-column
prop=
"hs"
label=
"每层户数"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-input
size=
"small"
v-model=
"scope.row.
mc
hs"
></el-input>
<el-input
size=
"small"
v-model=
"scope.row.hs"
></el-input>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -91,6 +91,7 @@ export default {
},
onSave
(
bsm
)
{
insertChInfo
(
this
.
tableData
).
then
((
res
)
=>
{
debugger
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"保存成功"
);
//更新树结构数据
...
...
@@ -110,7 +111,7 @@ export default {
zdybsm
:
""
,
qsc
:
""
,
jsc
:
""
,
mc
hs
:
""
,
hs
:
""
,
},
];
},
...
...
Please
register
or
sign in
to post a comment