删除console
This commit is contained in:
@@ -799,12 +799,8 @@
|
|||||||
showSubList(n) {
|
showSubList(n) {
|
||||||
this.$bottomBoxWindow.showSubListWatch(vm, n);
|
this.$bottomBoxWindow.showSubListWatch(vm, n);
|
||||||
},
|
},
|
||||||
// loading(n){
|
|
||||||
//
|
|
||||||
// },
|
|
||||||
loading:{
|
loading:{
|
||||||
handler:function(n,o){
|
handler:function(n,o){
|
||||||
console.log(n);
|
|
||||||
this.tools.loading=n;
|
this.tools.loading=n;
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
|||||||
@@ -635,8 +635,6 @@
|
|||||||
this.dropCol = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList")
|
this.dropCol = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList")
|
||||||
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList"))
|
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList"))
|
||||||
: this.tableTitle;
|
: this.tableTitle;
|
||||||
console.log( this.tablelable);
|
|
||||||
console.log( this.dropCol)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user