mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
refactor(图表): topN 标签触发事件修改为输入内容变更
This commit is contained in:
@@ -804,7 +804,7 @@ onMounted(() => {
|
||||
v-model="state.basicStyleForm.topNLabel"
|
||||
size="small"
|
||||
:maxlength="50"
|
||||
@blur="changeBasicStyle('topNLabel')"
|
||||
@change="changeBasicStyle('topNLabel')"
|
||||
/>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user