工艺流程

This commit is contained in:
打豆豆 2024-05-13 13:57:43 +08:00
parent 112d378737
commit 73b422eacb

View File

@ -866,6 +866,7 @@ export default {
mappedArray.forEach((item, index) => {
item.orderNum = index;
updateRouteprocess(item).then((response) => {
this.getList();
updateRouteprocess(item).then((response) => {
this.getList();
});