src/views/procurementManagement/procurementLedger/index.vue
@@ -562,8 +562,10 @@ const index = modelOptions.value.findIndex(item => item.id === value); if (index !== -1) { productForm.value.specificationModel = modelOptions.value[index].model; productForm.value.unit = modelOptions.value[index].unit; } else { productForm.value.specificationModel = null; productForm.value.unit = null } } const findNodeById = (nodes, productId) => {