xiaoyi
4 天以前 1eba515718ec0420b8e6f3353c12179539d4c8b1
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 } });
  }
}