feat: 路线编辑返回物料full_name2

This commit is contained in:
caoqianming 2023-12-20 15:20:22 +08:00
parent 606aef07c2
commit 5ff50b579c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ export default {
getProducts() { getProducts() {
this.$API.mtm.material.list.req({ page: 0, need_route: true }).then(res => { this.$API.mtm.material.list.req({ page: 0, need_route: true }).then(res => {
res.forEach(m => { res.forEach(m => {
m.label = m.name+'—'+m.specification+'/'+m.model; m.label = m.name+'|'+m.specification+'|'+m.model;
}) })
this.productOptions = res this.productOptions = res
}) })