src/views/alarm/log.vue
@@ -189,8 +189,16 @@ search() { this.listLoading = true searchAlarmrecord(this.listQuery).then(response => { if (response.data!=null) { this.list = response.data.records this.total = response.data.total }else{ this.$message({ message: '未搜索到数据', type: 'error' }) } this.listLoading = false }) },