提交
This commit is contained in:
@@ -2084,7 +2084,7 @@ export default {
|
||||
restaurants[i].value = restaurants[i].email + ' | ' + restaurants[i].firstname + restaurants[i].lastname;
|
||||
}
|
||||
var results = value ? restaurants.filter(this.createMata(value)) : restaurants;
|
||||
console.log('🚀 ~ .then ~ results177:', results);
|
||||
|
||||
// 调用 callback 返回建议列表的数据
|
||||
cb(results);
|
||||
// this.form.authorList[num].load = false;
|
||||
|
||||
Reference in New Issue
Block a user