style:业务规则
Showing
1 changed file
with
3 additions
and
1 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-12 11:24:17 | 4 | * @LastEditTime: 2023-09-12 13:29:54 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
... | @@ -107,6 +107,7 @@ | ... | @@ -107,6 +107,7 @@ |
107 | if (sessionStorage.getItem('keyPath')) { | 107 | if (sessionStorage.getItem('keyPath')) { |
108 | that.unitClick(sessionStorage.getItem('keyPath') - 0) | 108 | that.unitClick(sessionStorage.getItem('keyPath') - 0) |
109 | } else { | 109 | } else { |
110 | that.unitClick(0) | ||
110 | if (that.showBatch) { | 111 | if (that.showBatch) { |
111 | //满足批量查封/批量抵押按钮出现 即先展示批量表单 | 112 | //满足批量查封/批量抵押按钮出现 即先展示批量表单 |
112 | that.batchUnitClick(); | 113 | that.batchUnitClick(); |
... | @@ -125,6 +126,7 @@ | ... | @@ -125,6 +126,7 @@ |
125 | if (sessionStorage.getItem('keyPath')) { | 126 | if (sessionStorage.getItem('keyPath')) { |
126 | that.unitClick(sessionStorage.getItem('keyPath') - 0) | 127 | that.unitClick(sessionStorage.getItem('keyPath') - 0) |
127 | } else { | 128 | } else { |
129 | that.unitClick(0) | ||
128 | if (that.showBatch) { | 130 | if (that.showBatch) { |
129 | //满足批量查封/批量抵押按钮出现 即先展示批量表单 | 131 | //满足批量查封/批量抵押按钮出现 即先展示批量表单 |
130 | that.batchUnitClick(); | 132 | that.batchUnitClick(); | ... | ... |
-
Please register or sign in to post a comment