|
@@ -369,16 +369,14 @@
|
|
|
if (codeData.noticeId) {
|
|
if (codeData.noticeId) {
|
|
|
this.$set(this, 'warningId', codeData.noticeId);
|
|
this.$set(this, 'warningId', codeData.noticeId);
|
|
|
this.$set(this, 'warnType', 1);
|
|
this.$set(this, 'warnType', 1);
|
|
|
|
|
+ this.systemMineWarningNoticeDetail();
|
|
|
} else if (codeData.eventId) {
|
|
} else if (codeData.eventId) {
|
|
|
this.$set(this, 'warningId', codeData.eventId);
|
|
this.$set(this, 'warningId', codeData.eventId);
|
|
|
this.$set(this, 'warnType', 4);
|
|
this.$set(this, 'warnType', 4);
|
|
|
|
|
+ this.laboratoryEventFindByEventId();
|
|
|
} else if (codeData.id) {
|
|
} else if (codeData.id) {
|
|
|
this.$set(this, 'warningId', codeData.id);
|
|
this.$set(this, 'warningId', codeData.id);
|
|
|
this.$set(this, 'warnType', 4);
|
|
this.$set(this, 'warnType', 4);
|
|
|
- }
|
|
|
|
|
- if (this.warnType != 4) {
|
|
|
|
|
- this.systemMineWarningNoticeDetail();
|
|
|
|
|
- } else if (this.warnType == 4) {
|
|
|
|
|
this.laboratoryEventFindByEventId();
|
|
this.laboratoryEventFindByEventId();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|