|
@@ -1234,10 +1234,10 @@
|
|
|
}
|
|
|
}
|
|
|
if (type === 'left') {
|
|
|
- that.getShutdownEventByDay("WT2000D121H85", that.radioTime)
|
|
|
+ that.getShutdownEventByDay("WT2000D121H85", that.radioTime, "Dia")
|
|
|
that.getShutdownEventByMap("WT2000D121H85", that.radioTime)
|
|
|
} else {
|
|
|
- that.getShutdownEventByDay("UP2000-130", that.radioTime)
|
|
|
+ that.getShutdownEventByDay("UP2000-130", that.radioTime, "Dia")
|
|
|
that.getShutdownEventByMap("UP2000-130", that.radioTime)
|
|
|
}
|
|
|
},
|
|
@@ -1882,8 +1882,8 @@
|
|
|
.el-dialog__body{
|
|
|
padding-top: 0 !important;
|
|
|
.allStyle{
|
|
|
- max-height: 55vh;
|
|
|
- overflow: auto;
|
|
|
+ // max-height: 55vh;
|
|
|
+ // overflow: auto;
|
|
|
.radioGroupTime{
|
|
|
display: flex;
|
|
|
margin-bottom: 10px;
|