Skip to content

Commit

Permalink
perf: 修改event事件名称
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 26, 2021
1 parent de17722 commit 61dd7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/form-designer/src/GenerateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -372,15 +372,15 @@ export default class GenerateForm extends Vue {

// 生成的按钮点击
btnOnClick(event) {
this.$emit('btnOnClick', {
this.$emit('btn-on-click', {
event,
model: this.models,
});
}

// 图表点击
chartOnClick(chart) {
this.$emit('chartOnClick', {
this.$emit('chart-on-click', {
chart,
model: this.models,
});
Expand Down

0 comments on commit 61dd7cd

Please sign in to comment.