diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
index c2fbe13b36..c3ef353379 100644
--- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
+++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
@@ -1348,9 +1348,11 @@ defineExpose({
+ 查询字段
@@ -1394,7 +1396,12 @@ defineExpose({
-
+ 显示字段
+
+ 排序字段
{
const mapValue = setDefaultMapValue(
Array.isArray(selectValue.value) ? [...selectValue.value] : [selectValue.value]
)
- if (mapValue.length !== config.value.defaultMapValue.length) {
+ if (mapValue?.length !== config.value.defaultMapValue?.length) {
shouldReSearch = true
} else if (!mapValue.every(value => config.value.defaultMapValue.includes(value))) {
shouldReSearch = true