From a413ea959cfcb7874c6062d3f2bff2816d87116e Mon Sep 17 00:00:00 2001
From: zhoucong <123456>
Date: Mon, 16 May 2022 14:28:19 +0800
Subject: [PATCH] 合并shf分支
---
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