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