mirror of https://github.com/openspug/spug
F 修复某些情况下发布权限页获取不到新创建的应用的问题
parent
135cefcf4c
commit
05e49a6c13
|
@ -10,6 +10,7 @@ import history from 'libs/history';
|
|||
import {http, updatePermissions} from 'libs';
|
||||
import logo from 'layout/logo-spug-txt.png';
|
||||
import envStore from 'pages/config/environment/store';
|
||||
import appStore from 'pages/config/app/store';
|
||||
import requestStore from 'pages/deploy/request/store';
|
||||
|
||||
class LoginIndex extends React.Component {
|
||||
|
@ -23,6 +24,7 @@ class LoginIndex extends React.Component {
|
|||
|
||||
componentDidMount() {
|
||||
envStore.records = [];
|
||||
appStore.records = [];
|
||||
requestStore.records = [];
|
||||
requestStore.deploys = []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue