change data name
This commit is contained in:
parent
4f8a1661fc
commit
86939055cd
@ -257,7 +257,7 @@ export default {
|
|||||||
data.forEach(function (item) {
|
data.forEach(function (item) {
|
||||||
this.values.push({
|
this.values.push({
|
||||||
key: item.id,
|
key: item.id,
|
||||||
value: item.name
|
value: (item.title) ? item.title : (item.display_name) ? item.display_name : item.name
|
||||||
});
|
});
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user