From 841f1af49a51bf7a938e6dac4f9ee033d793ddb6 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 29 Nov 2024 10:07:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E5=A2=9E=E5=8A=A0tab=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=B7=E6=96=B0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gringotts-frontend/pages/index/tab-check.js | 1 + gringotts-frontend/pages/index/tab-data.js | 1 + gringotts-frontend/pages/index/tab-permissions.js | 1 + gringotts-frontend/pages/index/tab-user.js | 1 + 4 files changed, 4 insertions(+) diff --git a/gringotts-frontend/pages/index/tab-check.js b/gringotts-frontend/pages/index/tab-check.js index 159a66a..0292877 100644 --- a/gringotts-frontend/pages/index/tab-check.js +++ b/gringotts-frontend/pages/index/tab-check.js @@ -6,6 +6,7 @@ export function tabCheck() { visibleOn: checkerOnly, title: '审核审查', icon: 'fa fa-shield-halved', + reload: true, body: [ { type: 'crud', diff --git a/gringotts-frontend/pages/index/tab-data.js b/gringotts-frontend/pages/index/tab-data.js index 35d46d0..7a2ca23 100644 --- a/gringotts-frontend/pages/index/tab-data.js +++ b/gringotts-frontend/pages/index/tab-data.js @@ -85,6 +85,7 @@ export function tabData() { visibleOn: userOnly, title: '数据资源', icon: 'fa fa-database', + reload: true, body: resourceList(), } } \ No newline at end of file diff --git a/gringotts-frontend/pages/index/tab-permissions.js b/gringotts-frontend/pages/index/tab-permissions.js index 6b79942..9dd1df1 100644 --- a/gringotts-frontend/pages/index/tab-permissions.js +++ b/gringotts-frontend/pages/index/tab-permissions.js @@ -17,6 +17,7 @@ export function tabPermissions() { visibleOn: userOnly, title: '权属管理', icon: 'fa fa-user-shield', + reload: true, body: { type: 'tabs', tabs: [ diff --git a/gringotts-frontend/pages/index/tab-user.js b/gringotts-frontend/pages/index/tab-user.js index 683ec50..3966ec7 100644 --- a/gringotts-frontend/pages/index/tab-user.js +++ b/gringotts-frontend/pages/index/tab-user.js @@ -15,6 +15,7 @@ export function tabUser() { visibleOn: administratorOnly, title: '用户管理', icon: 'fa fa-user', + reload: true, body: [ { type: 'crud',