12
This commit is contained in:
@@ -310,7 +310,7 @@ const elementHover = (element) => {
|
||||
<p>部门:${processInstance.value.startUser.deptName}</p>
|
||||
<p>创建时间:${formatDate(processInstance.value.createTime)}`
|
||||
} else if (element.value.type === 'bpmn:UserTask') {
|
||||
// debugger
|
||||
|
||||
let task = taskList.value.find((m) => m.id === activity.taskId) // 找到活动对应的 taskId
|
||||
if (!task) {
|
||||
return
|
||||
|
||||
@@ -59,7 +59,6 @@ const whiteList = [
|
||||
|
||||
// 路由加载前
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
debugger
|
||||
start()
|
||||
loadStart()
|
||||
if (getAccessToken()) {
|
||||
|
||||
Reference in New Issue
Block a user