删除console

This commit is contained in:
zhangyu
2020-08-06 10:13:41 +08:00
parent 06672a5541
commit b571c1aebb
2 changed files with 0 additions and 6 deletions

View File

@@ -799,12 +799,8 @@
showSubList(n) {
this.$bottomBoxWindow.showSubListWatch(vm, n);
},
// loading(n){
//
// },
loading:{
handler:function(n,o){
console.log(n);
this.tools.loading=n;
},
immediate: true,

View File

@@ -635,8 +635,6 @@
this.dropCol = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList")
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList"))
: this.tableTitle;
console.log( this.tablelable);
console.log( this.dropCol)
}
}
</script>