src/views/productionManagement/workOrder/index.vue
@@ -301,7 +301,7 @@ // width: "80", // }, { label: "工单编号1", label: "工单编号", prop: "workOrderNo", width: "140", }, @@ -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) {