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