Commit 00e4ca71 by 李宏达

lhd

parent 465aac59
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
return { return {
dataUid: '735f9cd0-c103-11ea-9ecd-1d1c3e85a974', dataUid: '735f9cd0-c103-11ea-9ecd-1d1c3e85a974',
timer: 0, timer: 0,
srcIframe: 'http://118.24.142.85:81/ezPicture.aspx?method=%E6%99%BA%E8%83%BD%E5%8F%AF%E8%A7%86%E5%8C%96&guid=5c85c50a-c57c-401c-b534-2a78facd0d0d', srcIframe: '',
echartsArr:[ echartsArr:[
{ {
echartsRef: 'echarts0', echartsRef: 'echarts0',
...@@ -2754,7 +2754,7 @@ ...@@ -2754,7 +2754,7 @@
}else if (this.activeMenu == "8") { }else if (this.activeMenu == "8") {
this.returnsPage(); this.returnsPage();
}else if (this.activeMenu == "9") { }else if (this.activeMenu == "9") {
/*this.ezReportUploadData();*/ this.ezReportUploadData();
setTimeout(()=> {this.reinitIframe()}, 3000); setTimeout(()=> {this.reinitIframe()}, 3000);
} }
}, },
...@@ -6958,7 +6958,7 @@ ...@@ -6958,7 +6958,7 @@
console.log(d); console.log(d);
loadingbyc.close(); loadingbyc.close();
if(d.status == 0 && d.data){ if(d.status == 0 && d.data){
/*that.dataUid=d.data.uid;*/ that.dataUid=d.data.uid;
that.ReadyReport() that.ReadyReport()
/*that.timer = setInterval(that.ReadyReport(), 1000);*/ /*that.timer = setInterval(that.ReadyReport(), 1000);*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment