From c85b842723d3be0effce7675024f5428d7955842 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 15 Jul 2025 14:27:59 +0800 Subject: [PATCH] 报表功能测试完成 --- src/views/contract/contractTypeManageList.vue | 2 +- src/views/system/workflowManageList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/contract/contractTypeManageList.vue b/src/views/contract/contractTypeManageList.vue index 38079f1..ba00d0c 100644 --- a/src/views/contract/contractTypeManageList.vue +++ b/src/views/contract/contractTypeManageList.vue @@ -179,7 +179,7 @@ export default { this.$router.push(`/views/contract/contractTypeSpecManage?contractTypeId=${row.contractTypeId}`) }, _toAuditPage() { - this.$router.push('/admin/workflowManage?tab=流程管理') + this.$router.push('/pages/property/workflowManage?tab=流程管理') }, _openContractTemplate(row) { diff --git a/src/views/system/workflowManageList.vue b/src/views/system/workflowManageList.vue index d58d44d..4e6ce52 100644 --- a/src/views/system/workflowManageList.vue +++ b/src/views/system/workflowManageList.vue @@ -1,5 +1,5 @@