Commit f8073fc1 by 李宏达

lhd

parent db0b39ef
......@@ -2,6 +2,7 @@
template: '${tmpl}',
data: function() {
return {
Reporttype: false,
dataUid: '735f9cd0-c103-11ea-9ecd-1d1c3e85a974',
timer: 0,
srcIframe: '',
......@@ -2864,7 +2865,12 @@
}else if (this.activeMenu >= "10") {
console.log(this.dimensionListObj1[key - 10].name);
this.method = this.dimensionListObj1[key - 10].name;
if (this.Reporttype) {
this.ezGetReport()
}else {
this.ezReportUploadData();
}
setTimeout(()=> {this.reinitIframe()}, 3000);
}
},
......@@ -7095,9 +7101,8 @@
console.log(d);
if(d.status == 0){
loadingbyc.close();
/*clearInterval(that.timer);*/
that.Reporttype = true;
that.ezGetReport()
}else{
if (that.timer == 20) {
loadingbyc.close();
......
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