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