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