zhangwencui
2026-03-13 c025372a6989158403251f05d92d1a415c473274
src/views/productionPlan/productionPlan/index.vue
@@ -858,7 +858,9 @@
  // 拉取数据按钮操作
  const getLoadProdData = () => {
    loadProdData()
      .then(res => {})
      .then(res => {
        getList();
      })
      .catch(() => {});
  };
  const sumAssignedQuantity = ref(0);