north-glass-erp/northglass-erp/src/views/mm/mainProductStock/TakeOutRecord.vue
@@ -256,7 +256,7 @@ request.post("/FinishedGoodsInventory/updateFinishedGoodsInventoryToExamine",flowData.value).then((res) => { if(res.code==200){ ElMessage.success("审核成功") location.reload(); router.push({path:'/main/productStock/TakeOutRecord',query:{random:Math.random()}}) }else{ ElMessage.warning(res.msg)