| src/views/productionPlan/productionPlan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionPlan/productionPlan/index.vue
@@ -858,7 +858,9 @@ // 拉取数据按钮操作 const getLoadProdData = () => { loadProdData() .then(res => {}) .then(res => { getList(); }) .catch(() => {}); }; const sumAssignedQuantity = ref(0);