From 4984c6a9a4f8270a8b41bbc0da238585e71d3496 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Sep 2025 10:11:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:routepack=E6=96=B9=E4=BE=BF=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/routepack_form.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue index d84e9465..79992440 100644 --- a/src/views/mtm/routepack_form.vue +++ b/src/views/mtm/routepack_form.vue @@ -296,6 +296,11 @@ export default { //组件点击下一步 handleNextStep() { let that = this; + // that.routepack = that.form.id; + // that.query.routepack = that.form.id; + // that.apiObj = that.$API.mtm.route.list; + // that.active = 1; + // that.getDEGdatas(); let form = {}; form.name = that.form.name; form.material = that.form.material;