fix 79868

This commit is contained in:
赵霄
2023-12-28 16:36:50 +08:00
parent c55df53880
commit d5ed9e75b0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
v-model="formInline[item.dbFieldName]" :rows="4" />
<!-- 6, 标准多选 -->
<standard-selection v-else-if="item.fieldShowType === FieldType.STANDARD_MORE.value"
:placeholder="specialPlaceholder[item.dbFieldName] || $t('pleaseSelectStandard')"
:source="getFlag(item.dbFieldName)"
:disabledSourceSearch="true"
:disabled="disabled || disabledFieldList.includes(item.dbFieldName)"