|
@@ -1610,7 +1610,7 @@ export default {
|
|
|
series.push(barObj);
|
|
|
});
|
|
|
}
|
|
|
- console.log("asdasdad", this[strxaisx]);
|
|
|
+
|
|
|
// let lineObj = {
|
|
|
// type: 'line',
|
|
|
// coordinateSystem: 'polar',
|
|
@@ -1734,7 +1734,7 @@ export default {
|
|
|
|
|
|
// 搜索
|
|
|
search() {
|
|
|
- console.log(9999);
|
|
|
+
|
|
|
if (this.tabIndex === 0) {
|
|
|
this.getLostChartData();
|
|
|
this.getPowerChartData();
|
|
@@ -1756,7 +1756,6 @@ export default {
|
|
|
this.getMgt(`/goodness/wprfxpl`, xhrParam, "rfxplData", "wp");
|
|
|
this.getMgt(`/goodness/wpyfxpl`, xhrParam, "yfxplData", "wp");
|
|
|
this.getMgt(`/goodness/wpnfxpl`, xhrParam, "nfxplData", "wp");
|
|
|
- console.log(this.rzdfsData);
|
|
|
} else if (this.tabIndex === 3) {
|
|
|
const xhrParam = { wtId: this.wtId, recorddate: this.recorddate };
|
|
|
this.getMgt(`/goodness/wtrzdfs`, xhrParam, "rzdfsData", "wt");
|