@@ -25,7 +25,7 @@
</div>
</el-badge>
<deligo-alarm-list
- :dialogList="warnList.slice(0, 12)"
+ :dialogList="warnList.slice(0, 12)"
@setConfig="displaySetting = true"
@confirmed="handleConfirm"
ref="deligoChild"
@@ -150,7 +150,9 @@ export default {
},
created() {
- this.warnList = this.dialogList;
+ this.warnList = this.dialogList.filter(it => {
+ return !it.isClose
+ });
mounted() {},
computed: {