代码调整
This commit is contained in:
parent
6c1903a6a0
commit
c57b4f6814
@ -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');
|
||||
},
|
||||
|
@ -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');
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user