Commit 9f5803ae authored by Riri Novita's avatar Riri Novita

chcm

parent f97d5d21
......@@ -55,8 +55,6 @@ export default class EditDocumentChcm extends Component {
}
componentDidMount() {
console.log(this.props);
this.getFileSize()
if (this.props.type === 'edit') {
this.getDetailDoc()
......@@ -92,7 +90,6 @@ export default class EditDocumentChcm extends Component {
getDetailDoc() {
api.create().getDetailReportChcm(this.props.idoc).then(response => {
console.log(response)
if (response.data) {
if (response.ok) {
if (response.data.status === "success") {
......
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