+
@@ -112,6 +112,9 @@ export default {
// },
isShowDirective() { // 哈尔滨项目 行调设备显示
return this.$route.query.type == 'CW' && getSessionStorage('project') == 'heb';
+ },
+ project() {
+ return getSessionStorage('project');
}
},
watch: {
@@ -134,7 +137,6 @@ export default {
},
async mounted() {
this.userId = this.$store.state.user.id;
- // await this.loadRunData(this.$route.query);
},
methods: {
loadRunData(opt) {