Commit 3dd68a2d authored by wei's avatar wei

canshu

parent 14b930e3
...@@ -482,6 +482,8 @@ export default { ...@@ -482,6 +482,8 @@ export default {
planId: this.inherentId, planId: this.inherentId,
floorId: this.form.floorId, floorId: this.form.floorId,
floorName:this.form.floorName, floorName:this.form.floorName,
projectName:this.form.projectName,
projectId:this.form.projectId,
roomName: this.form.roomName, roomName: this.form.roomName,
roomId: this.form.roomId roomId: this.form.roomId
} }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<van-field <van-field
readonly readonly
required required
name="projectId" name="projectName"
:value="form.projectName" :value="form.projectName"
label="所属项目" label="所属项目"
placeholder="请输入" placeholder="请输入"
...@@ -615,6 +615,8 @@ export default { ...@@ -615,6 +615,8 @@ export default {
this.form.planId = this.$route.params.planId; this.form.planId = this.$route.params.planId;
this.form.floorId = this.$route.params.floorId; this.form.floorId = this.$route.params.floorId;
this.form.floorName = this.$route.params.floorName; this.form.floorName = this.$route.params.floorName;
this.form.projectName = this.$route.params.projectName;
this.form.projectId = this.$route.params.projectId;
this.form.roomId = this.$route.params.roomId; this.form.roomId = this.$route.params.roomId;
this.form.inherentId = this.$route.params.id; this.form.inherentId = this.$route.params.id;
this.form.roomName = this.$route.params.roomName; this.form.roomName = this.$route.params.roomName;
......
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