|
@@ -254,9 +254,12 @@ export default {
|
|
state: '1'
|
|
state: '1'
|
|
};
|
|
};
|
|
// this.getAllScene();
|
|
// this.getAllScene();
|
|
- this.getPage();
|
|
|
|
if (this.$route.query.showDialog && this.$route.query.id) {
|
|
if (this.$route.query.showDialog && this.$route.query.id) {
|
|
this.blankId = this.$route.query.id;
|
|
this.blankId = this.$route.query.id;
|
|
|
|
+ this.mixins_query.id = this.blankId;
|
|
|
|
+ this.getPage();
|
|
|
|
+ } else {
|
|
|
|
+ this.getPage();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
};
|
|
};
|