修复部分bug
This commit is contained in:
@@ -870,7 +870,7 @@
|
||||
} else {
|
||||
// 重复
|
||||
path_add = 'api/Reviewer/addReviewerBee'
|
||||
}
|
||||
}
|
||||
this.$api
|
||||
.post(path_add, this.addForm)
|
||||
.then(res => {
|
||||
@@ -1091,7 +1091,7 @@
|
||||
},
|
||||
|
||||
// 搜索选择领域
|
||||
majorChange(e) {
|
||||
majorChange(e,val) {
|
||||
if (e == 1) {
|
||||
this.$api
|
||||
.post('api/Ucenter/getMajor', {
|
||||
@@ -1112,7 +1112,8 @@
|
||||
this.addForm.major_c = ''
|
||||
this.majorChange_panduan()
|
||||
});
|
||||
} else {
|
||||
} else {
|
||||
this.$set(this.addForm, this.addForm.major_c, val)
|
||||
this.majorChange_panduan()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user