diff --git a/src/views/mtm/route.vue b/src/views/mtm/route.vue index 3760dc5b..e1c15904 100644 --- a/src/views/mtm/route.vue +++ b/src/views/mtm/route.vue @@ -182,7 +182,7 @@ export default { getProducts() { this.$API.mtm.material.list.req({ page: 0, need_route: true }).then(res => { res.forEach(m => { - m.label = m.name+'|'+m.specification+'|'+m.model; + m.label = m.full_name; }) this.productOptions = res })