|
|
@@ -2234,7 +2234,7 @@ export default {
|
|
|
this.$message.success("添加成功");
|
|
|
}
|
|
|
},
|
|
|
- addContent(){
|
|
|
+ addContent(data){
|
|
|
let _pptIframe = this.$refs.pptIframeRef;
|
|
|
if (
|
|
|
_pptIframe &&
|
|
|
@@ -2242,7 +2242,7 @@ export default {
|
|
|
_pptIframe.contentWindow.window &&
|
|
|
typeof _pptIframe.contentWindow.window.addContent === "function"
|
|
|
){
|
|
|
- _pptIframe.contentWindow.window.addContent();
|
|
|
+ _pptIframe.contentWindow.window.addContent(data);
|
|
|
this.$message.success("添加成功");
|
|
|
}
|
|
|
},
|