大屏分屏prdType写死
This commit is contained in:
parent
37aa25a453
commit
2028a73d19
@ -79,9 +79,10 @@ export default {
|
|||||||
},
|
},
|
||||||
async beforeDestroy() {
|
async beforeDestroy() {
|
||||||
await this.$store.dispatch('map/mapClear');
|
await this.$store.dispatch('map/mapClear');
|
||||||
|
this.$store.dispatch('training/setPrdType', '');
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
this.$store.dispatch('training/setPrdType', this.$route.query.prdType);
|
this.$store.dispatch('training/setPrdType', '07');
|
||||||
await this.setWindowSize();
|
await this.setWindowSize();
|
||||||
await this.initLoadData();
|
await this.initLoadData();
|
||||||
this.disPlay = true;
|
this.disPlay = true;
|
||||||
|
@ -84,8 +84,10 @@ export default {
|
|||||||
},
|
},
|
||||||
async beforeDestroy() {
|
async beforeDestroy() {
|
||||||
await this.$store.dispatch('map/mapClear');
|
await this.$store.dispatch('map/mapClear');
|
||||||
|
this.$store.dispatch('training/setPrdType', '');
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
this.$store.dispatch('training/setPrdType', '03');
|
||||||
await this.setWindowSize();
|
await this.setWindowSize();
|
||||||
await this.initLoadData();
|
await this.initLoadData();
|
||||||
this.disPlay = true;
|
this.disPlay = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user