[update] 标准选择改成回显用value

This commit is contained in:
lideqin
2023-09-25 17:59:32 +08:00
parent bf9004585c
commit c54b8e8c7b
8 changed files with 76 additions and 356 deletions
+3 -4
View File
@@ -103,11 +103,9 @@
<span class="title-text-text" :title="item.dbFieldTxt">{{ item.dbFieldTxt }}</span>
</div>
<a-form-model-item class="item-model" :prop="item.dbFieldName">
<standard-selection :query="item"
:source="flag"
<standard-selection :source="flag"
:disabledSourceSearch="true"
:disabled="disabled || disabledFieldList.includes(item.dbFieldName)"
:standard="formInline"
@change="standardSelectionChange"
v-model="formInline[item.dbFieldName]" />
</a-form-model-item>
</div>
@@ -309,6 +307,7 @@ export default {
}
}
},
// 标准模块的区分:1,国内; 2,国外;3,企标
flag: {
type: String,
default: null