|
@@ -95,7 +95,7 @@
|
|
|
<div class="container" id="container" v-else>
|
|
|
<fullscreen :fullscreen.sync="excelFullScreen" class="container">
|
|
|
<iframe id="excelIframe" height="100%" width="100%"
|
|
|
- src="/marketfront/static/views/onlineShareExcel.html"
|
|
|
+ src="/static/views/onlineShareExcel.html"
|
|
|
frameborder="0"></iframe>
|
|
|
</fullscreen>
|
|
|
</div>
|
|
@@ -299,10 +299,14 @@ export default {
|
|
|
message: '请填写完毕后点击“保存”按钮',
|
|
|
type: 'success'
|
|
|
});
|
|
|
+ console.log(123888);
|
|
|
var id = res.data.desc;
|
|
|
+ console.log(1239999);
|
|
|
//放入id,切换到excel模式
|
|
|
document.getElementById('excelId').setAttribute("value", id);
|
|
|
+ console.log(123);
|
|
|
_this.showExcel = true;
|
|
|
+ console.log(_this.showExcel);
|
|
|
}
|
|
|
});
|
|
|
},
|
|
@@ -484,6 +488,7 @@ export default {
|
|
|
folderId: folderId,
|
|
|
},
|
|
|
}).then((res) => {
|
|
|
+ console.log(res);
|
|
|
if (res.data.result === 1) {
|
|
|
_this.$message({
|
|
|
message: res.data.desc,
|
|
@@ -496,9 +501,11 @@ export default {
|
|
|
});
|
|
|
var id = res.data.desc;
|
|
|
_this.addNewStatus = false;
|
|
|
+ console.log(123);
|
|
|
//放入id,切换到excel模式
|
|
|
document.getElementById('excelId').setAttribute("value", id);
|
|
|
_this.showExcel = true;
|
|
|
+ console.log(_this.showExcel);
|
|
|
}
|
|
|
});
|
|
|
},
|