forked from github/dataease
Merge pull request #10490 from dataease/pr@dev-v2_st
fix(查询组件): 查询组件保存字段关联失效bug
This commit is contained in:
commit
3810f30b79
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user