},//勾选电站changeSelect(val) {if(val.length ===this.buildList.length) {this.checkBuild =true; }else{this.checkBuild =false; } },// 全选电站selectAll() {if(this.checkBuild &&this.buildList.length >0) {if(this.stationName) {this.stationCode =this.sameNameArr.map((item) => item...