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