Skip to content

Commit ea7455e

Browse files
authored
fix:修复查询条件无法添加问题 (#2047)
1 parent a5e1170 commit ea7455e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/systemTools/autoCode/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@
697697
style="width: 100%"
698698
placeholder="请选择字段查询条件"
699699
clearable
700-
:disabled="row.fieldType !== 'json' || row.disabled"
700+
:disabled="row.fieldType === 'json' || row.disabled"
701701
>
702702
<el-option
703703
v-for="item in typeSearchOptions"

0 commit comments

Comments
 (0)