|
@@ -119,12 +119,12 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
let pa = {
|
|
|
- FloorId: this.floor.FloorID,
|
|
|
- BuildingId: this.floor.BuildID,
|
|
|
- Cover: true,
|
|
|
+ floorId: this.floor.FloorID,
|
|
|
+ buildingId: this.floor.BuildID,
|
|
|
+ cover: true,
|
|
|
}
|
|
|
if (this.jsonKey) {
|
|
|
- pa.Id = this.modelIdToFloorId[this.jsonKey]
|
|
|
+ pa.id = this.modelIdToFloorId[this.jsonKey]
|
|
|
bindFloorModel(pa, (res) => {
|
|
|
this.$message.success('更新成功')
|
|
|
this.handleClose()
|