diff --git a/src/components/page/components/reviewerList/add.vue b/src/components/page/components/reviewerList/add.vue index 5fb7a24..ff85921 100644 --- a/src/components/page/components/reviewerList/add.vue +++ b/src/components/page/components/reviewerList/add.vue @@ -949,16 +949,10 @@ export default { cv: this.addForm.cv, 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); - // return + if (this.email_num == 2) { // 新的 path_add = this.urlList.addReviewer; @@ -986,7 +980,7 @@ export default { } - return false; + this.$api .post(path_add, data)