src/views/wls/arrivalnotice/modules/line-list.vue
@@ -72,7 +72,7 @@
/** 跳转 IQC 检验单详情 */
function handleOpenIqc(row: MesWmArrivalNoticeLineApi.ArrivalNoticeLine) {
  if (row.iqcId) {
    router.push({ path: '/mes/qc/iqc', query: { id: row.iqcId } });
    router.push({ name: 'MesQcIqc', query: { id: row.iqcId } });
  }
}