419fabdc by renchao@pashanhoo.com

style:工作流

1 parent 805d31c5
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-21 14:16:39 4 * @LastEditTime: 2024-01-22 11:00:07
5 */ 5 */
6 import { getForm } from "../flowform"; 6 import { getForm } from "../flowform";
7 import { getHomeNoticeList } from "@/api/home.js" 7 import { getHomeNoticeList } from "@/api/home.js"
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
40 */ 40 */
41 beforeLeave (activeName, oldActiveName) { 41 beforeLeave (activeName, oldActiveName) {
42 sessionStorage.setItem('activeName', activeName); 42 sessionStorage.setItem('activeName', activeName);
43 if (activeName && activeName != 0) this.getFromRouter(activeName) 43 this.getFromRouter(activeName)
44 }, 44 },
45 /** 45 /**
46 * @description: 切换选项卡内容组件 46 * @description: 切换选项卡内容组件
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-18 14:37:42 4 * @LastEditTime: 2024-01-22 11:02:34
5 --> 5 -->
6 <template> 6 <template>
7 <div class="container"> 7 <div class="container">
...@@ -256,6 +256,7 @@ ...@@ -256,6 +256,7 @@
256 this.fresh++; 256 this.fresh++;
257 } 257 }
258 this.ableOperation = this.tabList[0].ableOperation; 258 this.ableOperation = this.tabList[0].ableOperation;
259 this.currentSelectTab = this.tabList[0];
259 //批量操作无分屏按钮 260 //批量操作无分屏按钮
260 if (index != null) { 261 if (index != null) {
261 //处理分屏材料信息 262 //处理分屏材料信息
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-18 10:24:07 4 * @LastEditTime: 2024-01-22 11:04:51
5 --> 5 -->
6 <template> 6 <template>
7 <div class="container"> 7 <div class="container">
...@@ -137,6 +137,7 @@ ...@@ -137,6 +137,7 @@
137 that.fresh++; 137 that.fresh++;
138 } 138 }
139 this.ableOperation = this.tabList[0].ableOperation 139 this.ableOperation = this.tabList[0].ableOperation
140 this.currentSelectTab = this.tabList[0];
140 //批量操作无分屏按钮 141 //批量操作无分屏按钮
141 if (index != null) { 142 if (index != null) {
142 //处理分屏材料信息 143 //处理分屏材料信息
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2024-01-17 10:56:52 5 * @LastEditTime: 2024-01-22 10:43:54
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
......