feat: 路线编辑返回物料full_name2
This commit is contained in:
parent
606aef07c2
commit
5ff50b579c
|
@ -181,7 +181,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.name+'|'+m.specification+'|'+m.model;
|
||||
})
|
||||
this.productOptions = res
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue