-
+
-
-
+
+
-
+
@@ -38,7 +38,7 @@
-
+
@@ -52,7 +52,7 @@
-
+
@@ -66,9 +66,10 @@
import store from "@/store";
import DeptTree from "@/components/DeptTree/index.vue";
import { listAlarmHistory } from "@/api/demostrate/monitor";
+import DeviceSelect from '@/components/DeviceSelect/index.vue';
export default {
name: "alarm",
- components: { DeptTree },
+ components: { DeptTree, DeviceSelect },
dicts: [],
data() {
return {
@@ -153,9 +154,6 @@ export default {
this.total = response.total;
this.loading = false;
});
-
-
-
},
handleQuery() {
this.queryParams.pageNum = 1
@@ -165,4 +163,4 @@ export default {
}
};
-
\ No newline at end of file
+