工艺流程
This commit is contained in:
parent
e249b6ae1c
commit
e5b27705e2
@ -817,7 +817,7 @@ export default {
|
||||
this.open = true;
|
||||
this.title = "添加工艺组成";
|
||||
listRouteprocess(this.queryParams).then((response) => {
|
||||
this.form.orderNum = response.total + 1;
|
||||
this.form.orderNum = response.rows.pop().orderNum + 1;
|
||||
});
|
||||
},
|
||||
/** 修改按钮操作 */
|
||||
|
Loading…
Reference in New Issue
Block a user