From 6fe1caffebf43b41faf8614068730d656e686b59 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期二, 06 五月 2025 13:36:02 +0800 Subject: [PATCH] 调整订单页面路由问题 --- src/views/business/inspectionView/index.vue | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/src/views/business/inspectionView/index.vue b/src/views/business/inspectionView/index.vue index f160492..c7f43c5 100644 --- a/src/views/business/inspectionView/index.vue +++ b/src/views/business/inspectionView/index.vue @@ -1639,20 +1639,6 @@ this.comparisonList = this.dictToValue(response.data); }); }, - // 鑾峰彇妫�楠屽�间负涓嬫媺鏃剁殑涓嬫媺鍒楄〃 - // selectEnumByCategoryOfSelect(val) { - // this.enumList = []; - // if (val === undefined || val === null) { - // return; - // } - // this.$axios - // .post(this.$api.enums.selectEnumByCategory, { - // category: val, - // }) - // .then((res) => { - // this.enumList = res.data; - // }); - // }, tableRowClassName({ row, rowIndex }) { row.index = rowIndex + 1; }, -- Gitblit v1.9.3