|
@@ -2578,7 +2578,8 @@ export default {
|
|
|
typeof _pptIframe.contentWindow.window.loadContentList === "function"
|
|
typeof _pptIframe.contentWindow.window.loadContentList === "function"
|
|
|
) {
|
|
) {
|
|
|
_pptIframe.contentWindow.window.loadContentList();
|
|
_pptIframe.contentWindow.window.loadContentList();
|
|
|
- this.$message.success(this.lang.ssAddOk);
|
|
|
|
|
|
|
+ // this.$message.success(this.lang.ssAddOk);
|
|
|
|
|
+ this.showToast(this.lang.ssAddOk);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
loadgetCourseDetail() {
|
|
loadgetCourseDetail() {
|
|
@@ -2602,9 +2603,11 @@ export default {
|
|
|
) {
|
|
) {
|
|
|
_pptIframe.contentWindow.window.addContent(data, type);
|
|
_pptIframe.contentWindow.window.addContent(data, type);
|
|
|
if (type == 2) {
|
|
if (type == 2) {
|
|
|
- this.$message.success(this.lang.ssModifySuccess);
|
|
|
|
|
|
|
+ // this.$message.success(this.lang.ssModifySuccess);
|
|
|
|
|
+ this.showToast(this.lang.ssModifySuccess);
|
|
|
} else {
|
|
} else {
|
|
|
- this.$message.success(this.lang.ssAddOk);
|
|
|
|
|
|
|
+ // this.$message.success(this.lang.ssAddOk);
|
|
|
|
|
+ this.showToast(this.lang.ssAddOk);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|