fix:删除页面console

This commit is contained in:
zhangyu
2020-11-20 17:03:32 +08:00
parent 3fbddf470e
commit a45d388d7f
6 changed files with 1 additions and 17 deletions

View File

@@ -767,7 +767,6 @@
this.$refs['notificationTempForm'].clearValidate();
this.$get('/alert/script').then(response=>{
this.notification=response.data.list;
console.log(this.notification);
this.notificationReserved=[...this.notification];
});
},