From fb93e73a51fe588534a04a28d1aab35ae24eb374 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期四, 19 五月 2022 16:57:07 +0800 Subject: [PATCH] 风险分析单元:v2 --- src/views/specialWorkManage/specialWork/taskCreate/components/taskCreate.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/specialWorkManage/specialWork/taskCreate/components/taskCreate.vue b/src/views/specialWorkManage/specialWork/taskCreate/components/taskCreate.vue index 0215494..87e4ab7 100644 --- a/src/views/specialWorkManage/specialWork/taskCreate/components/taskCreate.vue +++ b/src/views/specialWorkManage/specialWork/taskCreate/components/taskCreate.vue @@ -128,6 +128,7 @@ }, methods:{ openTaskInfo(value,title){ + console.log(sessionStorage.getItem('department')) this.title = title this.taskCreateDialog = true this.activeName = 'taskBasic' -- Gitblit v1.9.2