zjs_project 10 ay önce
ebeveyn
işleme
341065f012

+ 1 - 1
src/components/newQCCom/viewMask/viewMask.vue

@@ -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,
 				});

+ 1 - 1
src/pages/webgl_rxdz_recognizer_houseList/webgl_rxdz_recognizer_houseList.vue

@@ -420,7 +420,7 @@
                     this.scrollToBottom();
                     return false;
                 }
-                if(houseIndex > this.houseList.length){
+                if(houseIndex >= this.houseList.length){
                     // Toast({
                     //     message: '数据不合法,请再说一次',
                     // });