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 @@