南京二号线车站调整
This commit is contained in:
parent
4acb11fa2d
commit
5768b8d263
@ -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) => {
|
||||
|
@ -4,7 +4,6 @@
|
||||
:title="title"
|
||||
:visible.sync="show"
|
||||
:fullscreen="true"
|
||||
append-to-body
|
||||
:before-close="doClose"
|
||||
:z-index="2000"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user