20210226
This commit is contained in:
@@ -389,6 +389,10 @@ export default {
|
||||
this.$message.error('Address is necessary for corresponding author');
|
||||
return false;
|
||||
}
|
||||
if(authorlist[kk].country==''){
|
||||
this.$message.error('Country is necessary for author!');
|
||||
return false;
|
||||
}
|
||||
if (authorlist[kk].isReport) {
|
||||
Corra++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user