This commit is contained in:
wangjinlei
2021-02-26 10:40:26 +08:00
parent 4ee79226b4
commit d120e9cc52
5 changed files with 36 additions and 9 deletions

View File

@@ -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++;
}