From 3a92e5f6e38e7e6df39ff211eeae3ddb5ab2228c Mon Sep 17 00:00:00 2001
From: zhoucong <123456>
Date: Mon, 16 May 2022 15:07:41 +0800
Subject: [PATCH] fix
---
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