|
|
@@ -1679,7 +1679,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
//获取ppt的数据
|
|
|
- async getPPtimgExporting() {
|
|
|
+ async getPPTimgExporting() {
|
|
|
const checkLoaded = async (resolve) => {
|
|
|
console.log("获取ppt数据")
|
|
|
let _pptIframe = this.$refs.pptIframeRef;
|
|
|
@@ -1689,7 +1689,7 @@ export default {
|
|
|
_pptIframe.contentWindow.window &&
|
|
|
typeof _pptIframe.contentWindow.window.exportJSON === "function"
|
|
|
) {
|
|
|
- let _data = _pptIframe.contentWindow.window.imgExporting();
|
|
|
+ let _data = _pptIframe.contentWindow.window.imgExporting;
|
|
|
resolve(_data);
|
|
|
} else {
|
|
|
// 递归等待1000ms后重试
|