|
@@ -108,7 +108,8 @@ export default {
|
|
|
categoryId: this.$cookie.get('categoryId'),
|
|
|
projectId: this.$store.state.plazaId,
|
|
|
BuildingID: '1',
|
|
|
- FloorID: this.$cookie.get('floorNow')
|
|
|
+ FloorID: this.$cookie.get('floorNow'),
|
|
|
+ Pub: true //是否获取草稿
|
|
|
}
|
|
|
|
|
|
let data = {}
|