diff --git a/src/views/Equipment/equipmentDetailList.vue b/src/views/Equipment/equipmentDetailList.vue index 27bb0c9..72afbb4 100644 --- a/src/views/Equipment/equipmentDetailList.vue +++ b/src/views/Equipment/equipmentDetailList.vue @@ -1124,6 +1124,7 @@ export default { .findHouseByUser({ orgType: localStorage.getItem("orgType"), houseId: localStorage.getItem("houseId"), + houseTypes: this.houseTypes, }) .then((res) => { this.houseList = res.data; diff --git a/src/views/Statistics/trend.vue b/src/views/Statistics/trend.vue index d59d8c7..bad592e 100644 --- a/src/views/Statistics/trend.vue +++ b/src/views/Statistics/trend.vue @@ -688,6 +688,7 @@ export default { .findHouseByUser({ orgType: localStorage.getItem("orgType"), houseId: localStorage.getItem("houseId"), + houseTypes: this.houseTypes, }) .then((res) => { this.houseList = res.data; diff --git a/vue.config.js b/vue.config.js index db6248b..f361a46 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,8 +3,8 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -const url = 'http://39.97.167.65:9999' //测试 -// const url = 'http://192.168.31.169:9999' //长龙 +// const url = 'http://39.97.167.65:9999' //测试 +const url = 'http://192.168.31.169:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://nitu5e.natappfree.cc' //王笑