From a8caf77ebfd5080b4b484eca91a44bfdcae34f49 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 19 五月 2022 17:42:13 +0800 Subject: [PATCH] 'lct' --- 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