验证调整

This commit is contained in:
wangxuemei
2024-10-24 17:37:41 +08:00
parent ca46e61d8d
commit 3dc33040cd
6 changed files with 379 additions and 304 deletions

View File

@@ -876,7 +876,7 @@ export default {
}
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()