From 070e6ce56f585eb26eabbb2ed17fef1e3e4026c5 Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期一, 16 五月 2022 16:27:20 +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