|
|
@@ -327,7 +327,7 @@ export default { |
|
|
|
this.$api.api |
|
|
|
.findHouseByUser({ |
|
|
|
orgType: localStorage.getItem("orgType"), |
|
|
|
orgTypeName:localStorage.getItem("orgType")==2||localStorage.getItem("orgType")==3?'0,3':'' |
|
|
|
houseTypes:localStorage.getItem("orgType")==2||localStorage.getItem("orgType")==3?'0,3':'' |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
|
this.houseList = res.data; |
|
|
|