This commit is contained in:
2024-11-04 15:07:11 +08:00
parent 68e6e07754
commit 8d666e2ffc

View File

@@ -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)