南京二号线车站调整

This commit is contained in:
fan 2021-10-12 14:31:49 +08:00
parent 4acb11fa2d
commit 5768b8d263
2 changed files with 3 additions and 2 deletions

View File

@ -89,7 +89,9 @@ const menuOperation = {
state.buttonOperation = operation;
},
setSelected: (state, obj) => {
if (obj.subType) state.subType = obj.subType;
if (obj.subType) {
state.subType = obj.subType;
} else { state.subType = ''; }
state.selected = obj.device;
},
setMenuChange: (state, obj) => {

View File

@ -4,7 +4,6 @@
:title="title"
:visible.sync="show"
:fullscreen="true"
append-to-body
:before-close="doClose"
:z-index="2000"
>