工序修改
This commit is contained in:
parent
b6c9b5e105
commit
d99dc57c13
@ -450,7 +450,7 @@ function getProcessRouteSelectData() {
|
||||
routingCodeOptions.value = res.data.map(item => {
|
||||
return {
|
||||
value: item.routingCode,
|
||||
label: item.routingName
|
||||
label: item.routingCode + '-' + item.routingName
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user