|
@@ -858,7 +858,7 @@ export default {
|
|
obj.subjectIdList = subjectIdList;
|
|
obj.subjectIdList = subjectIdList;
|
|
createClass(obj).then(res => {
|
|
createClass(obj).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
- this.$message.success(res.msg);
|
|
|
|
|
|
+ this.$message.success('创建成功');
|
|
this.getList();
|
|
this.getList();
|
|
this.newClassVisible = false;
|
|
this.newClassVisible = false;
|
|
}
|
|
}
|