工艺流程

This commit is contained in:
打豆豆 2024-05-13 14:09:46 +08:00
parent 73b422eacb
commit 697f1df80f

View File

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