|
@@ -533,25 +533,29 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
async handleDownLoadChart() {
|
|
|
+ // const res = await axios.post(
|
|
|
+ // "/downLoadChart/chartServer/charts/powerMarkers2DCharts",
|
|
|
+ // {
|
|
|
+ // fieldEngineCode: "WOG00623", //lineChartFen
|
|
|
+ // fileAddr:
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/wind_speed_frequency/manual/wind_Speed_Frequency%2302.json", //barChart url:bar
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/cp/manual/%2320.json", //lineChartFen url:line
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/cp/manual/WEM00013.json", //lineAndChartLine url:lineAndChildLine
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/data_integrity_second/manual/Data_Integrity_Of_Second_Analyst.json", //HeatmapCharts url:heatmap
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/speed_torque/manual/total_3D_WEM00012.json", //3DDrawingChart url:3DDrawingChart
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/speed_torque/manual/3D_%2301.json", //Time3DChart url:Time3DChart
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/tsr_cp_power_scatter/manual/%2301.json", //TwoDMarkersChart url:TwoDMarkersChart
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/power_scatter_2D/manual/%2301-scatter.json", //TwoDMarkersChart1 url:TwoDMarkersChart1 2D有功功率散点图
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/min_pitch/manual/min_pitch%2301.json",
|
|
|
+ // // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/yaw_error_density/manual/%2304.json", //ColorbarInitTwoDmarkersChart url:ColorbarInitTwoDmarkersChart 最小桨距角 、动态偏航误差
|
|
|
+ // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/pitch_generator_speed/manual/pitch_GeneratorSpeed_Analyst%2301.json", //powerMarkers2DCharts url:powerMarkers2DCharts
|
|
|
+ // }
|
|
|
+ // );
|
|
|
+ // console.log(res, "res linechart");
|
|
|
const res = await axios.post(
|
|
|
- "/downLoadChart/chartServer/charts/powerMarkers2DCharts",
|
|
|
- {
|
|
|
- fieldEngineCode: "WOG00623", //lineChartFen
|
|
|
- fileAddr:
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/wind_speed_frequency/manual/wind_Speed_Frequency%2302.json", //barChart url:bar
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/cp/manual/%2320.json", //lineChartFen url:line
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/cp/manual/WEM00013.json", //lineAndChartLine url:lineAndChildLine
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/data_integrity_second/manual/Data_Integrity_Of_Second_Analyst.json", //HeatmapCharts url:heatmap
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/speed_torque/manual/total_3D_WEM00012.json", //3DDrawingChart url:3DDrawingChart
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/speed_torque/manual/3D_%2301.json", //Time3DChart url:Time3DChart
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/tsr_cp_power_scatter/manual/%2301.json", //TwoDMarkersChart url:TwoDMarkersChart
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/power_scatter_2D/manual/%2301-scatter.json", //TwoDMarkersChart1 url:TwoDMarkersChart1 2D有功功率散点图
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/min_pitch/manual/min_pitch%2301.json",
|
|
|
- // "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/yaw_error_density/manual/%2304.json", //ColorbarInitTwoDmarkersChart url:ColorbarInitTwoDmarkersChart 最小桨距角 、动态偏航误差
|
|
|
- "http://192.168.50.233:6900/wof039800012/WOF039800012-WOB000001/pitch_generator_speed/manual/pitch_GeneratorSpeed_Analyst%2301.json", //powerMarkers2DCharts url:powerMarkers2DCharts
|
|
|
- }
|
|
|
+ "/downLoadChart/examples/checkIfAFileExistsInMinio"
|
|
|
);
|
|
|
- console.log(res, "res linechart");
|
|
|
+ console.log(res, "res");
|
|
|
},
|
|
|
//自动分析列表页面跳转
|
|
|
handleAutoAsstessList() {
|