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',