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(){ 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);
} }