|
@@ -336,7 +336,7 @@
|
|
|
}else if(this.stage == 2){
|
|
|
this.warningInfo = this.$t('runTest.stage2');
|
|
|
}else if(this.stage == 3){
|
|
|
- this.warningInfo = this.$t('runTest.stage3');
|
|
|
+ this.warningInfo = this.$t('runTest.remove');
|
|
|
}else{
|
|
|
this.warningInfo = this.$t('runTest.stage4');
|
|
|
}
|
|
@@ -570,8 +570,9 @@
|
|
|
getEcharts2() {
|
|
|
this.http.post( this.port.base.openingAndClosingTimesChartCycle, {
|
|
|
equipmentNo: this.detail.equipmentNo,//"898602B5191730002945",
|
|
|
- startTime: this.openCycle[0],
|
|
|
- endTime: this.openCycle[1]
|
|
|
+ // startTime: this.openCycle[0],
|
|
|
+ // endTime: this.openCycle[1]
|
|
|
+ time: this.openCycle
|
|
|
},
|
|
|
res => {
|
|
|
if (res.code == "ok") {
|