@@ -71,9 +71,10 @@ export default {
},
legend: {
+ type: "scroll", //分页类型---重点
orient: "vertical",
// left: "left",
- right: "right",
+ right: "15%",
top: "center",
textStyle: {
color: "rgba(255, 255, 255, 0.75)",
@@ -543,6 +543,7 @@ const componentList = computed(() => {
});
//get 风机
const getWindturbineList = async () => {
+ state.deviceId = "";
const { data } = await fetchWindturbineList(state.stationId);
state.windturbineList = data;
};
@@ -568,6 +568,7 @@ const componentList = computed(() => {
// state.modelId = modelList.value?.[0]?.id || "";
@@ -423,10 +423,15 @@ export default {
handleStationChange(val) {
this.typeIndex = "1";
+ (this.projectObj = ""),
+ (this.projectList = []),
+ (this.lineObj = ""),
+ (this.lineList = []);
this.getProject(val);
handleProjectChange(val) {
+ (this.lineObj = ""), (this.lineList = []);
this.getLine(val);
tabClick(data) {
@@ -373,6 +373,7 @@ export default {
stationChanged(val) {
this.station = val;
+ this.wind = "";
this.page.currentPage = 1;
this.GetWtOptions(0);
this.getTableData(0);
@@ -384,7 +385,6 @@ export default {
handleCurrentChange(val) {
this.page.currentPage = val;
- console.log(this.routeFlag);
this.getTableData();