From ae5787ae52684fff701a61f32368e886102b505b Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Fri, 12 Apr 2024 11:01:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E5=AF=86=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=90=9C=E7=B4=A2=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccountChangeSecretRecord.vue | 2 +- .../AccountPushExecutionDetail/AccountPushExecutionTaskList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionDetail/AccountChangeSecretRecord.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionDetail/AccountChangeSecretRecord.vue index ab648004d..10ae28fd6 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionDetail/AccountChangeSecretRecord.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionDetail/AccountChangeSecretRecord.vue @@ -34,7 +34,7 @@ export default { secretUrl: '', showViewSecretDialog: false, tableConfig: { - url: `/api/v1/accounts/change-secret-records/?execution_id=${this.object.id}`, + url: `/api/v1/accounts/change-secret-records/?execution=${this.object.id}`, columns: [ 'asset', 'account', 'date_finished', 'is_success', 'error', 'actions' ], diff --git a/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue b/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue index 61509fb8f..e2b9ca281 100644 --- a/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue +++ b/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue @@ -34,7 +34,7 @@ export default { secretUrl: '', showViewSecretDialog: false, tableConfig: { - url: `/api/v1/accounts/push-account-records/?execution_id=${this.object.id}`, + url: `/api/v1/accounts/push-account-records/?execution=${this.object.id}`, columns: [ 'asset', 'account', 'date_finished', 'is_success', 'error', 'actions' ],