修改作者选中分类回显
This commit is contained in:
@@ -1602,6 +1602,7 @@ export default {
|
|||||||
restaurants[i].value = restaurants[i].email + ' | ' + restaurants[i].firstname + restaurants[i].lastname;
|
restaurants[i].value = restaurants[i].email + ' | ' + restaurants[i].firstname + restaurants[i].lastname;
|
||||||
}
|
}
|
||||||
var results = value ? restaurants.filter(this.createMata(value)) : restaurants;
|
var results = value ? restaurants.filter(this.createMata(value)) : restaurants;
|
||||||
|
console.log('🚀 ~ .then ~ results177:', results);
|
||||||
// 调用 callback 返回建议列表的数据
|
// 调用 callback 返回建议列表的数据
|
||||||
cb(results);
|
cb(results);
|
||||||
this.form.authorList[num].load = false;
|
this.form.authorList[num].load = false;
|
||||||
@@ -1625,7 +1626,7 @@ export default {
|
|||||||
this.authMeaIN.orcid = value.orcid ? value.orcid : '';
|
this.authMeaIN.orcid = value.orcid ? value.orcid : '';
|
||||||
this.authMeaIN.company = value.company ? value.company : '';
|
this.authMeaIN.company = value.company ? value.company : '';
|
||||||
this.authMeaIN.department = value.department ? value.department : '';
|
this.authMeaIN.department = value.department ? value.department : '';
|
||||||
this.authMeaIN.title = value.title ? value.title : '';
|
this.authMeaIN.title = value.title ? value.title : value.author_title ? value.author_title : '';
|
||||||
this.authMeaIN.country = value.country ? value.country : '';
|
this.authMeaIN.country = value.country ? value.country : '';
|
||||||
this.authMeaIN.email = value.email ? value.email : '';
|
this.authMeaIN.email = value.email ? value.email : '';
|
||||||
this.authMeaIN.address = value.address ? value.address : '';
|
this.authMeaIN.address = value.address ? value.address : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user