chenlu
2024-04-19 a0fed21bc903776940277dca890bade7942cc7c0
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProcess.vue
@@ -22,7 +22,6 @@
const route = currentRoute.value
data.value.printList = JSON.parse(route.query.printList)
let flowCardCount=data.value.printList.length
console.log(flowCardCount)
onMounted(() => {
  // if (id === null || id === undefined || id === '') {
  //   return
@@ -32,7 +31,6 @@
        if (res.code == 200) {
          produceList.value = deepClone(res.data.data)
          console.log(produceList.value)
        } else {
          ElMessage.warning(res.msg)