|
@@ -543,7 +543,7 @@
|
|
|
async getAiBeautyFamily() {
|
|
|
// const spaceName = this.spaceTypes[this.spaceObj.spaceType - 1].title;
|
|
|
let res = await requestConfig("getHardboundEffects", {
|
|
|
- // "houseId": this.$route.query.houseId || this.$store.state.houseId,
|
|
|
+ // "houseId": this.$route.query.houseId || this.houseId,
|
|
|
"spaceType": this.spaceObj.layoutSpaceType || this.spaceObj.spaceType,
|
|
|
"spaceName": this.spaceObj.layoutSpaceName || this.spaceObj.spaceName,
|
|
|
});
|