F 修复账户所属角色某些情况下未正确展示的问题

pull/591/head
vapao 2022-10-27 09:46:46 +08:00 committed by yombo
parent 9b9182cc39
commit cc3be4631a
1 changed files with 0 additions and 7 deletions

View File

@ -10,15 +10,8 @@ import { SearchForm, AuthDiv, Breadcrumb } from 'components';
import ComTable from './Table';
import ComForm from './Form';
import store from './store';
import rStore from '../role/store';
export default observer(function () {
useEffect(() => {
if (rStore.records.length === 0) {
rStore.fetchRecords()
}
}, [])
return (
<AuthDiv auth="system.account.view">
<Breadcrumb>