fix:routepack方便以后修改
This commit is contained in:
parent
cefd2173ff
commit
4984c6a9a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue