mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
Merge remote-tracking branch 'zcwy/zcwy-teacher-manage' into zcwy-teacher-manage
This commit is contained in:
@@ -892,7 +892,7 @@ export default {
|
||||
state.formParam.expertiseNames = state.formParam?.orgLists?.map(item => item.name).join(',')
|
||||
state.formParam = {...state.formParam,...state.tSystemNames}
|
||||
if (state.vf == false) {
|
||||
updateInTeacher(state.formParam).then(response => {
|
||||
updateInTeacher(state.formParam).then(response => {
|
||||
message.success("修改成功");
|
||||
state.teacherdialog = false;
|
||||
cancel()
|
||||
|
||||
Reference in New Issue
Block a user