src/views/productionManagement/workOrder/index.vue
@@ -406,7 +406,9 @@ productProcessRouteItemId: "", userId: "", productMainId: null, otherData: {} otherData: { rows: [], } }); const productionRecordFormRef = ref(); @@ -695,7 +697,7 @@ const handleReport = async () => { const data = await productionRecordFormRef.value.submitData() reportForm.otherData = JSON.stringify(data || {}); reportForm.otherData.rows = JSON.stringify(data || {}); reportFormRef.value?.validate((valid) => { if (!valid) { return false;