From 94d9c537b70fed297bcf8ef0794be0708ec4e522 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 18 Aug 2022 00:12:17 -0400 Subject: [PATCH 1/4] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86):=20pc=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?-=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/panel/panel.js | 9 +++++++++ frontend/src/views/panel/GrantAuth/shareTree.vue | 12 ++++++++---- frontend/src/views/panel/enshrine/index.vue | 6 ++++-- frontend/src/views/panel/list/PanelList.vue | 8 +++++--- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/frontend/src/api/panel/panel.js b/frontend/src/api/panel/panel.js index e5e92583e7..acb749adcf 100644 --- a/frontend/src/api/panel/panel.js +++ b/frontend/src/api/panel/panel.js @@ -90,6 +90,15 @@ export function findOne(id) { }) } +export function viewPanelLog(data) { + return request({ + url: 'panel/group/viewLog', + method: 'post', + loading: true, + data + }) +} + export function getTable(id) { return request({ url: '/panel/table/get/' + id, diff --git a/frontend/src/views/panel/GrantAuth/shareTree.vue b/frontend/src/views/panel/GrantAuth/shareTree.vue index 052819a17a..e601263560 100644 --- a/frontend/src/views/panel/GrantAuth/shareTree.vue +++ b/frontend/src/views/panel/GrantAuth/shareTree.vue @@ -71,7 +71,7 @@