fix:修改terminal 显示隐藏通过高度控制 添加动画

This commit is contained in:
zhangyu
2020-12-07 11:14:11 +08:00
parent 59ae4e3efe
commit f07b6e889e
5 changed files with 159 additions and 149 deletions

View File

@@ -1447,7 +1447,6 @@
});
});
params.elements = elements;
console.log(params,'params');
if (valid) {
this.$refs.chartsPreview.show(params);
}
@@ -1636,7 +1635,6 @@
deep: true,
immediate: true,
handler(n) {
console.log(n,(n.param&&n.param.valueMapping)&&(n.type === 'singleStat' || n.type === 'table'));
if((n.param&&n.param.valueMapping)&&(n.type === 'singleStat' || n.type === 'table')){
n.param.valueMapping.mapping.forEach(item=>{
this.showPicker.push({bac:false,text:false})