feat: 滚动条统一

This commit is contained in:
陈劲松
2020-03-01 17:59:29 +08:00
parent 7fc768a536
commit 8cefe32dac
5 changed files with 23 additions and 14 deletions

View File

@@ -368,10 +368,12 @@
/*关闭弹框*/
esc() {
this.rightBox.show = false;
//this.editParamBox.show = false;
this.$refs.chartForm.resetFields();//清空表单
this.chart.id='';//不清除,再次打开创建图表,会显示删除按钮
if (this.rightBox.show) {
this.rightBox.show = false;
//this.editParamBox.show = false;
this.$refs.chartForm.resetFields();//清空表单
this.chart.id='';//不清除,再次打开创建图表,会显示删除按钮
}
},
/*metric部分相关方法--begin*/