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;