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