mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
修改案例管理的最佳案例消息
This commit is contained in:
@@ -236,7 +236,7 @@ export default {
|
|||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
this.$message({
|
this.$message({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
message: '设置优秀案例成功!'
|
message: '设置最佳案例成功!'
|
||||||
});
|
});
|
||||||
this.getData()
|
this.getData()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user