工艺流程

This commit is contained in:
打豆豆 2024-04-10 16:27:17 +08:00
parent e249b6ae1c
commit e5b27705e2

View File

@ -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;
});
},
/** 修改按钮操作 */