Commit d22556a7 authored by Rifka Kurnia Irfiana's avatar Rifka Kurnia Irfiana

add managdoc qreview

parent 289c9276
......@@ -39,7 +39,7 @@ export default class AuditTahunan extends Component {
api.create().getAllDocument(payload).then(response => {
console.log(response)
if(response.problem){
if (response.problem){
alert(response.problem)
} else {
let dataTable = response.data.data.map(item => {
......
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