huminmin
8 小时以前 d380b19833e2b7ffaf8d68addf9be22760601389
src/views/productionManagement/workOrder/index.vue
@@ -729,6 +729,9 @@
const handleReport = async () => {
  const data = await productionRecordFormRef.value.submitData()
  if (!data) {
    return;
  }
  reportForm.otherData.rows = data || [];
  reportFormRef.value?.validate((valid) => {
    if (!valid) {