Fix newApplication() to add provider.

This commit is contained in:
Gucheng Wang
2022-06-22 00:08:46 +08:00
parent 460a4d4969
commit e1664f2f60
7 changed files with 3 additions and 8 deletions

View File

@ -22,7 +22,6 @@ import moment from "moment";
import BaseListPage from "./BaseListPage";
class RecordListPage extends BaseListPage {
UNSAFE_componentWillMount() {
this.state.pagination.pageSize = 20;
const { pagination } = this.state;