style:业务流程
Showing
1 changed file
with
6 additions
and
4 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-12 16:39:53 | 4 | * @LastEditTime: 2023-09-13 13:57:48 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="container"> | 7 | <div class="container"> |
... | @@ -258,6 +258,9 @@ | ... | @@ -258,6 +258,9 @@ |
258 | } else { | 258 | } else { |
259 | this.tabName = res.result[0].value; | 259 | this.tabName = res.result[0].value; |
260 | } | 260 | } |
261 | if (sessionStorage.getItem('activeName') == this.tabName) { | ||
262 | this.fresh++; | ||
263 | } | ||
261 | this.ableOperation = this.tabList[0].ableOperation; | 264 | this.ableOperation = this.tabList[0].ableOperation; |
262 | //批量操作无分屏按钮 | 265 | //批量操作无分屏按钮 |
263 | if (index != null) { | 266 | if (index != null) { |
... | @@ -298,7 +301,6 @@ | ... | @@ -298,7 +301,6 @@ |
298 | true | 301 | true |
299 | ); | 302 | ); |
300 | }, | 303 | }, |
301 | //选项卡切换事件 | ||
302 | /** | 304 | /** |
303 | * @description: 右侧表单选项卡事件 | 305 | * @description: 右侧表单选项卡事件 |
304 | * @param {*} handleClick | 306 | * @param {*} handleClick |
... | @@ -311,8 +313,8 @@ | ... | @@ -311,8 +313,8 @@ |
311 | if (p) { | 313 | if (p) { |
312 | this.ableOperation = this.tabList[a.index].ableOperation; | 314 | this.ableOperation = this.tabList[a.index].ableOperation; |
313 | } | 315 | } |
314 | }, | 316 | } |
315 | }, | 317 | } |
316 | }; | 318 | }; |
317 | </script> | 319 | </script> |
318 | <style scoped lang="scss"> | 320 | <style scoped lang="scss"> | ... | ... |
-
Please register or sign in to post a comment