Merge remote-tracking branch 'zcwy/zcwy-teacher-manage' into zcwy-teacher-manage

This commit is contained in:
zhangsir
2024-11-15 19:33:01 +08:00
7 changed files with 53 additions and 24 deletions

View File

@@ -1008,7 +1008,7 @@ getAllLevelList().then((res) => {
state.formParam.name = state.formParam?.name?.split('/')[0]
if (state.vf == false) {
updateTeacherFee(state.formParam).then(response => {
message.success("修改成功");
message.success("编辑成功");
state.teacherdialog = false;
cancel()
getTableDate();
@@ -1021,7 +1021,7 @@ getAllLevelList().then((res) => {
else {
addTeacherFee(state.formParam)
.then((res) => {
message.success("保存成功");
message.success("新增成功");
state.teacherdialog = false;
cancel()
getTableDate();