From b33517d527aff48ff30eb78d341bbce53d0ed3bb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 30 十一月 2024 06:42:42 +0800 Subject: [PATCH] 部门、人。回显bug --- src/views/components/tidingsTable.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/components/tidingsTable.vue b/src/views/components/tidingsTable.vue index 8d2d659..99d3b80 100644 --- a/src/views/components/tidingsTable.vue +++ b/src/views/components/tidingsTable.vue @@ -107,8 +107,8 @@ currentTabId: 0, //閰嶇疆琛ㄦ牸琛ㄥご鏁版嵁 currentTableHeaders: [ - { label: '鎺掑簭', prop: 'index', minWidth: 50, align: 'center', slot: 'sort' }, - { label: '鍙戝竷鍗曚綅', prop: 'commitDept', minWidth: 150, align: 'left' }, + { label: '#', prop: 'index', minWidth: 50, align: 'center', slot: 'sort' }, + { label: '瀹℃壒鐜妭', prop: 'taskDefinitionKey', minWidth: 150, align: 'left' }, { label: '鍐呭', prop: 'content', minWidth: 300, align: 'left' }, { label: '鏃堕棿', prop: 'createTime', minWidth: 143, align: 'left' } ] @@ -137,7 +137,7 @@ async getMessageCountFun() { const resp = await getMessageCount(); if (resp.code === 200) { - this.tabs = tabs.map((tab) => { + this.tabs = this.tabs.map((tab) => { if (tab.label === '瀹℃牳娑堟伅') { tab.num = resp.data.auditCount; } @@ -173,12 +173,12 @@ this.getReadFun(row.id); if (row.auditType === '2') { this.$router.push({ - path: '/projectManage/nodeDetails', + path: '/process', query: { taskId: row.taskId, id: row.businessKey, auditType: row.auditType, disabled: 'true' } }); } else { this.$router.push({ - path: '/projectManage/nodeDetails', + path: '/process', query: { taskId: row.taskId, id: row.businessKey, disabled: 'true' } }); } -- Gitblit v1.8.0