|
|
|
@ -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)
|
|
|
|
|