mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
Merge remote-tracking branch 'zcwy/zcwy-teacher-manage' into zcwy-teacher-manage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user