修复部分bug

This commit is contained in:
@fawn-nine
2023-07-31 15:58:17 +08:00
parent 36d074005b
commit ff301a24bf
5 changed files with 47 additions and 22 deletions

View File

@@ -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()
}
},