Dung Diego

up

......@@ -58,10 +58,10 @@
'Content-Type':'multipart/form-data'
}
}).then(res => {
this.ocr=res.data.ocr
if(res.data.status){
alert('Upload thành công');
this.ocr=res.data.ocr
this.openPdfWindow()
}
else alert('Upload false');
}).finally(() => {
......