feat: 拖拽改版、内存优化(chartBox)等

This commit is contained in:
陈劲松
2020-11-22 16:51:30 +08:00
committed by chenjinsong
parent cd72aee673
commit 82a4c75d3c
11 changed files with 115 additions and 211 deletions

View File

@@ -363,7 +363,7 @@
searchMsg:{
immediate: true,
handler(n){
console.log(n);
//console.log(n);
if(n){
n.searchLabelList.forEach(item=>{
if(item.id===27&&item.type==='idc'&&item.label==='idcId'){
@@ -857,7 +857,7 @@
},
// input框监听是按删除还是回车
enter(val, e) {
console.log(val);
//console.log(val);
var keyCode = window.event ? e.keyCode : e.which;
if(val == 'ID'&&keyCode == 13){
let id = /^[0-9]*$/