diff --git a/spug_web/src/pages/system/account/index.js b/spug_web/src/pages/system/account/index.js index 695cd57..cadd12a 100644 --- a/spug_web/src/pages/system/account/index.js +++ b/spug_web/src/pages/system/account/index.js @@ -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 (