|
@@ -156,7 +156,6 @@ export default {
|
|
|
created() {
|
|
|
if (this.$route.name === "spaceLedger" && this.$route.query.RoomID && this.$route.query.zone) {
|
|
|
this.getData();
|
|
|
- this.params = this.$route.query;
|
|
|
}
|
|
|
this.getInFormationPoitnName();
|
|
|
},
|
|
@@ -166,6 +165,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getData() {
|
|
|
+ this.params = this.$route.query;
|
|
|
// 获取空间数据
|
|
|
let params = {
|
|
|
data: {
|