修改内部评审提出问题
This commit is contained in:
parent
833f458057
commit
51473b260d
@ -710,15 +710,24 @@ export default {
|
|||||||
const { rtd, rto, rbd, rbo, ftd, fto, fbd, fbo } = alarmCount;
|
const { rtd, rto, rbd, rbo, ftd, fto, fbd, fbo } = alarmCount;
|
||||||
if (rtd || rto) {
|
if (rtd || rto) {
|
||||||
this.isAlarm.rt = true;
|
this.isAlarm.rt = true;
|
||||||
|
} else {
|
||||||
|
this.isAlarm.rt = false;
|
||||||
}
|
}
|
||||||
if (rbd || rbo) {
|
if (rbd || rbo) {
|
||||||
this.isAlarm.rb = true;
|
this.isAlarm.rb = true;
|
||||||
|
} else {
|
||||||
|
this.isAlarm.rb = false;
|
||||||
}
|
}
|
||||||
|
0;
|
||||||
if (ftd || fto) {
|
if (ftd || fto) {
|
||||||
this.isAlarm.ft = true;
|
this.isAlarm.ft = true;
|
||||||
|
} else {
|
||||||
|
this.isAlarm.ft = false;
|
||||||
}
|
}
|
||||||
if (fbd || fbo) {
|
if (fbd || fbo) {
|
||||||
this.isAlarm.fb = true;
|
this.isAlarm.fb = true;
|
||||||
|
} else {
|
||||||
|
this.isAlarm.fb = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.rtAlarmStr = pzDriveAlarmStr;
|
this.rtAlarmStr = pzDriveAlarmStr;
|
||||||
|
Loading…
Reference in New Issue
Block a user