提交
This commit is contained in:
@@ -949,16 +949,10 @@ export default {
|
|||||||
cv: this.addForm.cv,
|
cv: this.addForm.cv,
|
||||||
journal_id: this.addForm.journal_id
|
journal_id: this.addForm.journal_id
|
||||||
};
|
};
|
||||||
// if (this.addForm.major_c != '' || this.addForm.major_c != 0) {
|
|
||||||
// data.major = data.major_c;
|
|
||||||
// } else if (this.addForm.major_b != '' || this.addForm.major_b != 0) {
|
|
||||||
// data.major = data.major_b;
|
|
||||||
// } else {
|
|
||||||
// data.major = data.major_a;
|
|
||||||
// }
|
|
||||||
|
|
||||||
console.log(data, this.addForm, 111111111111111111111);
|
console.log(data, this.addForm, 111111111111111111111);
|
||||||
// return
|
|
||||||
if (this.email_num == 2) {
|
if (this.email_num == 2) {
|
||||||
// 新的
|
// 新的
|
||||||
path_add = this.urlList.addReviewer;
|
path_add = this.urlList.addReviewer;
|
||||||
@@ -986,7 +980,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return false;
|
|
||||||
|
|
||||||
this.$api
|
this.$api
|
||||||
.post(path_add, data)
|
.post(path_add, data)
|
||||||
|
|||||||
Reference in New Issue
Block a user