chengxiangling
2025-05-14 63f27f3c60e8c608f6bf9586444fa20f4ef16b42
src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -852,7 +852,7 @@
  loadingSubUpAndDown.value = true;
  metalOrderManageUpAndDownList({requireId: row.requireId}).then((res) => {
    console.log(res,"metalOrderManageUpAndDownList");
    subUpAndDownList.value = res;
    subUpAndDownList.value = res.rows;
    loadingSubUpAndDown.value = false;
  }).catch(() => {
    loadingSubUpAndDown.value = false;