| src/views/productionPlan/productionPlan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionPlan/productionPlan/index.vue
@@ -1087,7 +1087,12 @@ } console.log(mergeForm, "mergeForm"); productionPlanCombine(mergeForm) const strengthItem = block_strength.value.find(item => item.id === mergeForm.strength); const payload = { ...mergeForm, strength: strengthItem ? strengthItem.label : mergeForm.strength }; productionPlanCombine(payload) .then(res => { if (res.code === 200) { ElMessage.success("下发成功");