Commit 3dd68a2d authored by wei's avatar wei

canshu

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