From 6669ae6d658d5e1dd8f06b746e84ebc0dffd9e31 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 3 Sep 2025 14:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E8=BD=AC=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/businessHandlingRecord/directApplyRecord.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/business/businessHandlingRecord/directApplyRecord.vue b/src/views/business/businessHandlingRecord/directApplyRecord.vue index 1a13474b..ac356d23 100644 --- a/src/views/business/businessHandlingRecord/directApplyRecord.vue +++ b/src/views/business/businessHandlingRecord/directApplyRecord.vue @@ -36,9 +36,9 @@ - + 导出数据 @@ -204,10 +204,12 @@ export default { let params = {} if (type === 1) { params = { type: 'detail', id: row.id } + this.$router.push({ path: '/transition/groundApply', query: params }) } else { params = { type: 'edit', id: row.id } + this.$router.push({ path: '/business/businessHandling/directApply', query: params }) } - this.$router.push({ path: '/business/businessHandling/directApply', query: params }) + }, // 删除 handleDelete(row) {