代码调整

This commit is contained in:
joylink_cuiweidong 2022-10-28 16:06:21 +08:00
parent 6c1903a6a0
commit c57b4f6814
3 changed files with 7 additions and 7 deletions

View File

@ -10,9 +10,9 @@
<div class="eachBTRpMenuBar">工作区选择</div>
<div class="eachBTRpMenuBar">帮助</div>
</div>
<div class="BTRunplanClose" @click="quit">
<!-- <div class="BTRunplanClose" @click="quit">
<i class="el-icon-close" />
</div>
</div> -->
</div>
<div class="BTRpTabs">
<el-tabs v-model="activeTab" type="card" closable @tab-remove="removeTab">
@ -110,9 +110,9 @@ export default {
}
this.activeTab = name;
},
quit() {
window.close();
},
// quit() {
// window.close();
// },
initLoadData() {
loadMapDataById(this.$route.query.mapId, 'parse');
},

View File

@ -187,7 +187,7 @@ export default {
} else if (this.roles === 'DISPATCHER') {
if (this.$route.query.lineCode === '16') {
this.changePictureShow('dispatcherManage');
this.$store.dispatch('app/ animationsClose');
this.$store.dispatch('app/animationsClose');
} else {
this.changePictureShow('dispatchWork');
}

View File

@ -155,7 +155,7 @@ export default {
loadScript(index, row) {
// mapSystem terminal
// row.mapSystem
const data = {mapId: row.mapId, type:'METRO', memberId: '1'};
const data = {mapId: row.mapId, type:row.mapSystem || 'METRO', memberId: '1'};
// domConfig: Object
// hasExam: false
// hasTraining: false