From 71638d4fc4832ab5aa49962a97b9efeb348c31ed Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Sep 2025 16:26:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:routec=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_form2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlog_form2.vue b/src/views/wpm_bx/mlog_form2.vue index 68894eb0..d02325ed 100644 --- a/src/views/wpm_bx/mlog_form2.vue +++ b/src/views/wpm_bx/mlog_form2.vue @@ -266,7 +266,7 @@ export default { //获取工艺步骤 getRoute() { let that = this; - this.$API.mtm.route.list.req({ process: that.process, page: 0, routepack__state: 30 }).then((res) => { + this.$API.mtm.route.list.req({ process: that.process, page: 0, routepack__state: 30 ,from_route__isnull:true }).then((res) => { this.routeOriginOptions = res; }); },