南京二号线车站调整
This commit is contained in:
parent
4acb11fa2d
commit
5768b8d263
@ -89,7 +89,9 @@ const menuOperation = {
|
|||||||
state.buttonOperation = operation;
|
state.buttonOperation = operation;
|
||||||
},
|
},
|
||||||
setSelected: (state, obj) => {
|
setSelected: (state, obj) => {
|
||||||
if (obj.subType) state.subType = obj.subType;
|
if (obj.subType) {
|
||||||
|
state.subType = obj.subType;
|
||||||
|
} else { state.subType = ''; }
|
||||||
state.selected = obj.device;
|
state.selected = obj.device;
|
||||||
},
|
},
|
||||||
setMenuChange: (state, obj) => {
|
setMenuChange: (state, obj) => {
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
:title="title"
|
:title="title"
|
||||||
:visible.sync="show"
|
:visible.sync="show"
|
||||||
:fullscreen="true"
|
:fullscreen="true"
|
||||||
append-to-body
|
|
||||||
:before-close="doClose"
|
:before-close="doClose"
|
||||||
:z-index="2000"
|
:z-index="2000"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user