UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
@@ -36,13 +36,14 @@ let props = defineProps({ printFlowCardId: null, printLayer: null, printGlassId: null, }) onMounted(async () => { console.log(props.printFlowCardId,props.printLayer) const response = await request.post('/unLoadGlass/downGlassInfo/downGlassLabelPrint',{ flowCardId:props.printFlowCardId, layer:props.printLayer layer:props.printLayer, glassId:props.printGlassId }); if (response.code == 200) { console.log("lastList.value",response.data)