优化
This commit is contained in:
@@ -107,12 +107,8 @@
|
|||||||
<script>
|
<script>
|
||||||
import * as echarts from "echarts";
|
import * as echarts from "echarts";
|
||||||
let trendChart;
|
let trendChart;
|
||||||
// import { getColumnOptions } from "@/api/ecology/noise/function-sound";
|
import { getSpecialLakeDropdown,getLakeDropdown,lakeLibrary } from "@/api/ecology/new-lake";
|
||||||
|
|
||||||
import { getSpecialLakeDropdown } from "@/api/ecology/new-lake";
|
|
||||||
import { getLakeDropdown } from "@/api/ecology/new-lake";
|
|
||||||
|
|
||||||
import { lakeLibrary } from "@/api/ecology/new-lake";
|
|
||||||
export default {
|
export default {
|
||||||
components: {},
|
components: {},
|
||||||
data() {
|
data() {
|
||||||
@@ -569,13 +565,8 @@ export default {
|
|||||||
},
|
},
|
||||||
]];
|
]];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 在纵坐标选择浓度,那显示指标均线
|
// 在纵坐标选择浓度,那显示指标均线
|
||||||
if(this.queryParams.yco == "Yco_1"){
|
if(this.queryParams.yco == "Yco_1"){
|
||||||
let singleLine = []
|
let singleLine = []
|
||||||
|
|||||||
Reference in New Issue
Block a user