教学管理问题调整
This commit is contained in:
parent
0968bcfa9e
commit
51bce2825e
@ -66,7 +66,7 @@ export default {
|
||||
this.$message.success(this.$t('publish.updateSuccess'));
|
||||
self.doClose();
|
||||
}).catch((e) => {
|
||||
this.$message.error('编辑课程失败:' + e.msg);
|
||||
this.$message.error('编辑课程失败:' + e.message);
|
||||
self.doClose();
|
||||
});
|
||||
});
|
||||
|
@ -525,6 +525,7 @@ export default {
|
||||
}).then(() => {
|
||||
createRule(model).then(resp => {
|
||||
this.$message.success( '创建规则成功!');
|
||||
that.back();
|
||||
that.$refs.form.resetFields();
|
||||
that.scoringDate = [];
|
||||
}).catch((e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user