工单 预警
This commit is contained in:
@@ -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") {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user