This commit is contained in:
wangjinlei
2021-04-15 09:33:50 +08:00
parent d120e9cc52
commit 7ea158c8be
6 changed files with 59 additions and 6 deletions

View File

@@ -365,6 +365,8 @@ export default {
},
methods: {
onSubmit() {
// console.log(this.form);
// return false;
if(!this.agreechecked){
this.$message.error('Dear author, the licenses need to be accecpted before you submit the manuscript. You could find more information in http://creativecommons.org/licenses/by/4.0/');
return false;