Commit 2eea170b authored by muhammad ridwan's avatar muhammad ridwan

fix loading create docs

parent 549f7718
......@@ -52,11 +52,13 @@ export default class CreateCarfmDoc extends Component {
}
async componentDidMount() {
this.props.handleLoading(1)
await this.getMenuName()
await this.getDataCompany()
await this.getPeriode()
await this.getMonth()
await this.getFileSize()
this.props.handleLoading(0)
}
async getFileSize() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment