gaoluyang
5 天以前 fc925561cfcd7416ae6a5fec9f32b45633146f2b
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;