From cc4b5183ea93fb93044b10e2f6264ec34eadcae5 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 25 Feb 2025 19:11:15 +0800 Subject: [PATCH] perf: report to iframe --- src/components/Dialog/ReportDialog.vue | 75 +++++++++++++++++++ src/router/pam/automations.js | 4 +- .../AccountBackupExecutionList.vue | 15 +++- .../AccountChangeSecretExecutionList.vue | 19 +++-- .../AccountDiscover/TaskCreateUpdate.vue | 4 +- .../AccountDiscover/TaskExecutionList.vue | 16 ++-- src/views/accounts/AccountDiscover/index.vue | 2 +- .../AccountPush/AccountPushExecutionList.vue | 31 ++++---- .../components/AccountDiscoverDialog.vue | 11 +-- .../Asset/AssetList/components/const.js | 2 +- src/views/pam/Account/AssetList.vue | 13 +++- .../RiskDetect/AccountCheckExecutionList.vue | 13 +++- 12 files changed, 153 insertions(+), 52 deletions(-) create mode 100644 src/components/Dialog/ReportDialog.vue diff --git a/src/components/Dialog/ReportDialog.vue b/src/components/Dialog/ReportDialog.vue new file mode 100644 index 000000000..2952f08cc --- /dev/null +++ b/src/components/Dialog/ReportDialog.vue @@ -0,0 +1,75 @@ +