fix(查询组件): 查询组件保存字段关联失效bug

This commit is contained in:
dataeaseShu 2024-06-25 14:22:11 +08:00
parent ab8c12d450
commit d97c0477cc

View File

@ -289,6 +289,8 @@ const updateQueryCriteria = () => {
ele.checkedFields = checkedFields
ele.checkedFieldsMap = checkedFieldsMap
} else {
if (!ele.dataset.id || ele.optionValueSource !== 1 || ![0, 2, 5].includes(+ele.displayType))
return
const checkedFields = []
datasetFieldList.value.forEach(itx => {
if (itx.tableId === ele.dataset.id) {