gaoluyang
2 天以前 5d51aeded717c667a22096174168e4e5e59bde39
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,
      }));
   });
};