gaoluyang
昨天 b2fe8c6141c425c65e4ec80a2ae95e483c16a14b
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,
      }));
   });
};