gaoluyang
2025-08-27 c58665039ce8b7c895ed4f1000ff4cf525a92085
src/pages/sales/salesAccount/detail.vue
@@ -425,7 +425,8 @@
   modelList({ id: value }).then((res) => {
      modelOptions.value = res.map(user => ({
         text: user.model,
         value: user.id
         value: user.id,
         unit: user.unit,
      }));
   });
};