fix:routepack方便以后修改
This commit is contained in:
parent
cefd2173ff
commit
4984c6a9a4
|
@ -296,6 +296,11 @@ export default {
|
||||||
//组件点击下一步
|
//组件点击下一步
|
||||||
handleNextStep() {
|
handleNextStep() {
|
||||||
let that = this;
|
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 = {};
|
let form = {};
|
||||||
form.name = that.form.name;
|
form.name = that.form.name;
|
||||||
form.material = that.form.material;
|
form.material = that.form.material;
|
||||||
|
|
Loading…
Reference in New Issue