From 42d841483455912f4862eedd39c6025a300ba568 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Thu, 20 Mar 2025 11:16:14 +0800 Subject: [PATCH] perf: report --- src/views/accounts/Automation/BaseExecutionList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/accounts/Automation/BaseExecutionList.vue b/src/views/accounts/Automation/BaseExecutionList.vue index 5f1d8f43a..fb499f126 100644 --- a/src/views/accounts/Automation/BaseExecutionList.vue +++ b/src/views/accounts/Automation/BaseExecutionList.vue @@ -123,6 +123,7 @@ export default { can: this.$hasPerm('accounts.view_' + this.resource), callback: function({ row }) { vm.visible = true + this.url = this.url.split('?')[0] vm.reportUrl = `${this.url}${row.id}/report/` } }