feat:替换颜色选择器 删除页面console

This commit is contained in:
zhangyu
2021-03-17 15:49:47 +08:00
parent 1ca749dfda
commit 93c9016c3e
21 changed files with 469 additions and 391 deletions

View File

@@ -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;