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