north-glass-erp/northglass-erp/src/views/mm/mainProductStock/FinishedGoodsIssue.vue
@@ -64,7 +64,7 @@ request.post("/FinishedGoodsInventory/updateFinishedGoodsInventoryTakeOut",flowData.value).then((res) => { if(res.code==200){ ElMessage.success("领出成功") router.push({path: '/main/delivery/SelectOrderList'}) router.push({path:'/main/productStock/FinishedGoodsIssue',query:{random:Math.random()}}) }else{ ElMessage.warning(res.msg) router.push("/login")