gaoluyang
7 天以前 43ab808dd2de8ef95e43ba9ed90a71433f51a8c7
src/views/salesManagement/salesLedger/index.vue
@@ -673,7 +673,6 @@
  });
};
const getProductModel = (value) => {
  console.log("value", value);
  const index = modelOptions.value.findIndex((item) => item.id === value);
  if (index !== -1) {
    productForm.value.specificationModel = modelOptions.value[index].model;