Merge branch 'test' of https://git.mcnetmart.com/guoxiangbin/ocr-web into fix/updatesyspic

pull/252/head
raofuzi 1 year ago
commit 88e2cbb7b1

@ -309,6 +309,7 @@ async function handleDragEnd(event, item) {
setBatch(false)
getTableData()
getImgList()
}else{
message.error(res.message)
}
@ -330,6 +331,11 @@ async function addSuspicious() {
setBatch(false)
getTableData()
getImgList()
const searchParams = new URLSearchParams(window.location.search);
const type = searchParams.get('type');
if(type){
router.push({ name: 'final', query: { type: type} })
}
}
else {
message.error(res.message)

Loading…
Cancel
Save