Commit 2c524e71f2d8d7f11ebc065d70191857eadc404d
1 parent
5a2133af
Signed-off-by: YRF <YRF@DESKTOP-UNV37O6>
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/resources/static/pages/base/station/js/station-list-edit.js
| @@ -7,6 +7,8 @@ | @@ -7,6 +7,8 @@ | ||
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | (function(){ | 9 | (function(){ |
| 10 | + // 关闭左侧栏 | ||
| 11 | + if (!$('body').hasClass('page-sidebar-closed')) {$('.menu-toggler.sidebar-toggler').click();} | ||
| 10 | // 获取参站点路由路ID | 12 | // 获取参站点路由路ID |
| 11 | var no = []; | 13 | var no = []; |
| 12 | no = $.url().param('no').split(","); | 14 | no = $.url().param('no').split(","); |