fix: 修改 el-input-number 输入就校验的问题

This commit is contained in:
zhangyu
2021-12-03 16:58:25 +08:00
parent dd208a2e99
commit 3d1d21ac66
4 changed files with 48 additions and 39 deletions

View File

@@ -187,6 +187,7 @@ export default {
},
selectPanel (panel) {
this.panelName = panel.name
this.editChart.panelName = panel.name
this.panelId = panel.id
this.editChart.groupId = ''
this.$get('visual/panel/chart?panelId=' + this.panelId + '&pageSize=-1').then(response => {