|
|
|
@ -282,6 +282,8 @@ function singleRejectHandler() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function doAudit(param: any) {
|
|
|
|
|
const modal = unref(imgdetailref)! as any
|
|
|
|
|
|
|
|
|
|
audit(param).then((res) => {
|
|
|
|
|
const { code } = res
|
|
|
|
|
if (code === 'OK') {
|
|
|
|
@ -289,6 +291,7 @@ function doAudit(param: any) {
|
|
|
|
|
setBatch(false)
|
|
|
|
|
reloadList(param, '通过')
|
|
|
|
|
batchModalRef.value.reload()
|
|
|
|
|
modal.closeModal()
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
@ -494,6 +497,8 @@ async function getDetail() {
|
|
|
|
|
function notPassSuccess(param) {
|
|
|
|
|
batchModalRef.value.reload()
|
|
|
|
|
reloadList(param, '不通过')
|
|
|
|
|
const modal = unref(imgdetailref)! as any
|
|
|
|
|
modal.closeModal()
|
|
|
|
|
overTask.value = null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|