This commit is contained in:
zhaofang
2022-06-14 16:20:30 +08:00
parent f352117f7a
commit 0ae9d16f05

View File

@@ -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);
}