feat:替换颜色选择器 删除页面console
This commit is contained in:
@@ -284,7 +284,6 @@
|
||||
this.tools.customTableTitle=localStorage.getItem("nz-tableTitle-"+localStorage.getItem("nz-username")+"-"+this.$route.path)
|
||||
?JSON.parse(localStorage.getItem("nz-tableTitle-"+localStorage.getItem("nz-username")+"-"+this.$route.path))
|
||||
:this.tableTitle;
|
||||
console.log(this.tools.customTableTitle,this.tableTitle);
|
||||
this.tableTitleReset(this.tableTitle,this.tools.customTableTitle);
|
||||
this.initEvent();
|
||||
this.getexprTemp();
|
||||
@@ -366,7 +365,6 @@
|
||||
},
|
||||
openDelMessageBox:function(){
|
||||
if(this.batchDeleteObjs.length<1) return;
|
||||
console.log(this.batchDeleteObjs);
|
||||
},
|
||||
showExportDialog(){
|
||||
this.importBox.show=true;
|
||||
@@ -396,7 +394,6 @@
|
||||
this.rightBox.show=true;
|
||||
},
|
||||
edit(row){
|
||||
console.log(123123123123);
|
||||
this.$get('expression/tmpl/'+row.id).then(res=>{
|
||||
this.exprTemp={...res.data};
|
||||
this.rightBox.show=true;
|
||||
|
||||
Reference in New Issue
Block a user