huminmin
2026-07-10 64ac7e195332cffa495e84c0e3fed3c1c232d20c
src/views/officeProcessAutomation/ApproveManage/approve-list/useApproveList.js
@@ -323,6 +323,11 @@
        detailData.value = res?.data || res || {};
      }
    }
    // 报工审批:直接展示审批填报内容
    else if (row.businessType === 19) {
      detailData.value = {};
    }
    
    // 其他审批类型
    else {
@@ -367,6 +372,11 @@
        const res = await getDeliveryDetailByShippingNo({ shippingNo });
        detailData.value = res?.data || res || {};
      }
    }
    // 报工审批:直接展示审批填报内容
    else if (row.businessType === 19) {
      detailData.value = {};
    }
    // 其他审批类型
@@ -699,4 +709,4 @@
    openApprove,
    fetchApprovalList,
  };
}
}