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) {