Commit feb2ea73 authored by rifkaki's avatar rifkaki

doc manag lupa console

parent 6d89060d
......@@ -57,7 +57,6 @@ export default class CreateManagementDoc extends Component {
this.getPeriode()
this.getMonth()
this.getFileSize()
console.log(this.props.allsubcoCreate)
}
getFileSize() {
......@@ -149,7 +148,7 @@ export default class CreateManagementDoc extends Component {
})
}
})
console.log(typeData)
// console.log(typeData)
let typeProps = {
options: typeData.sort((a, b) => a.document_category_id - b.document_category_id),
getOptionLabel: (option) => option.document_category_name,
......
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