工单 预警

This commit is contained in:
2025-08-22 17:27:27 +08:00
parent 2833f7d28b
commit 58cb07d33f
7 changed files with 295 additions and 263 deletions

View File

@@ -136,11 +136,11 @@ export default {
}
},
created() {
this.loadDetail();
this.loadEevetInfo();
},
methods: {
async loadDetail() {
let res = await this.$u.api.getWarnDetail({}, this.warnInfo.id);
async loadEevetInfo() {
let res = await this.$u.api.getWarnEventInfo({}, this.warnInfo.id);
if (res.code == "200") {
}