Commit bdad4543 authored by wei's avatar wei

floorId

parent cc423135
...@@ -136,14 +136,14 @@ ...@@ -136,14 +136,14 @@
<template slot="default"> <template slot="default">
<!-- 11111111111 --> <!-- 11111111111 -->
<div style=" <div style="
width: 2.13333rem; width: 2.13333rem;
height: 2.13333rem; height: 2.13333rem;
background: #f7f8fa; background: #f7f8fa;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
"> ">
<img src="@/assets/upload/file.png" alt="" style="width: 0.64rem; height: 0.64rem" /> <img src="@/assets/upload/file.png" alt="" style="width: 0.64rem; height: 0.64rem" />
<span class="van-uploader__upload-text">最多上传五个</span> <span class="van-uploader__upload-text">最多上传五个</span>
</div> </div>
...@@ -519,6 +519,7 @@ export default { ...@@ -519,6 +519,7 @@ export default {
this.ShowfloorList = false this.ShowfloorList = false
}, },
saveSlectfloor(data) { saveSlectfloor(data) {
this.form.floorId = data.id
this.form.floorName = data.text this.form.floorName = data.text
this.ShowfloorList = false this.ShowfloorList = false
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment