Skip to content

Commit

Permalink
fix user add refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongrui authored and holiday12138 committed Oct 29, 2019
1 parent cfe9d5d commit 9dfe4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thain-fe/src/pages/admin/models/UserAdminModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const AdminUserModelType: AdminModel = {
});
yield put({
type: 'updateState',
payload: { ...callbackModel },
payload: { tableResult: callbackModel },
});
},
*fetchTable({ payload }, { call, put }) {
Expand Down

0 comments on commit 9dfe4a3

Please sign in to comment.