-
+
{
const supportDeviceTypes = this.$store.getters.deviceTypes
for (const item of response.data.list) {
- if (supportDeviceTypes.indexOf(item.deviceType) !== -1) {
+ if (supportDeviceTypes.indexOf('' + item.deviceType) !== -1) {
this.alarmContentTypeList.push(item)
}
}
diff --git a/src/views/dashboard/components/JobByStatus.vue b/src/views/dashboard/components/JobByStatus.vue
index 66feacc..8456253 100644
--- a/src/views/dashboard/components/JobByStatus.vue
+++ b/src/views/dashboard/components/JobByStatus.vue
@@ -1,5 +1,5 @@
-
+