chenrui
5 天以前 0805c8f58834e70b2a654cfa9f54fdaeaa0ddda1
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) => {