Merge pull request #8384 from dataease/pr@dev@fix_filter_button_trigger

feat(过滤组件): 多次点击查询按钮数据未刷新 close #8101
This commit is contained in:
fit2cloud-chenyw
2024-03-06 15:52:28 +08:00
committed by GitHub

View File

@@ -724,6 +724,7 @@ export default {
let vValid = valueValid(condition)
const required = element.options.attrs.required
condition.requiredInvalid = required && !vValid
condition['triggerId'] = uuid.v1()
vValid = vValid || required
const filterComponentId = condition.componentId
const conditionCanvasId = wrapperChild.getCanvasId && wrapperChild.getCanvasId()