dev
parent
94c3604172
commit
d6de480b57
|
@ -287,6 +287,7 @@ export default {
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
document.body.classList.add("no-header");
|
document.body.classList.add("no-header");
|
||||||
|
document.getElementById("divTest").remove();
|
||||||
this.$api.gzDict("aibox_alarm_type").then((d) => {
|
this.$api.gzDict("aibox_alarm_type").then((d) => {
|
||||||
this.aiTypes = d || [];
|
this.aiTypes = d || [];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue