From 28c5e2202c11af63c6cf138ff319ec8813e1bd64 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期四, 14 十二月 2023 16:48:26 +0800 Subject: [PATCH] 工艺流程优化 --- jcdm-ui/src/views/main/bs/technologyRouteChild/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/technologyRouteChild/index.vue b/jcdm-ui/src/views/main/bs/technologyRouteChild/index.vue index bed0577..5942dc8 100644 --- a/jcdm-ui/src/views/main/bs/technologyRouteChild/index.vue +++ b/jcdm-ui/src/views/main/bs/technologyRouteChild/index.vue @@ -318,7 +318,6 @@ created() { let routeCode = this.$route.query.routeCode; let routeId = this.$route.query.routeId; - alert(routeId) this.queryParams.routeCode = routeCode this.queryRouteCode = routeCode this.queryRouteId = routeId -- Gitblit v1.9.3