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