mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
提交
This commit is contained in:
@@ -359,7 +359,6 @@ export default {
|
|||||||
search(){
|
search(){
|
||||||
this.params.pageIndex = 1;
|
this.params.pageIndex = 1;
|
||||||
this.getSearch();
|
this.getSearch();
|
||||||
|
|
||||||
},
|
},
|
||||||
reset() {
|
reset() {
|
||||||
this.params.self = null;
|
this.params.self = null;
|
||||||
@@ -432,6 +431,7 @@ export default {
|
|||||||
if (status === 200) {
|
if (status === 200) {
|
||||||
this.$message.success('保存成功');
|
this.$message.success('保存成功');
|
||||||
this.editCoursewareShow = false;
|
this.editCoursewareShow = false;
|
||||||
|
this.getSearch();
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(message);
|
this.$message.error(message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user