fix: 网元管理修改网元类型属性绑定

This commit is contained in:
TsMask
2024-04-11 10:16:42 +08:00
parent 6ba695ceaf
commit 612fb77861

View File

@@ -983,7 +983,7 @@ onMounted(() => {
v-bind="modalStateFrom.validateInfos.neType"
>
<a-auto-complete
v-model:value="queryParams.neType"
v-model:value="modalState.from.neType"
:options="NE_TYPE_LIST.map(v => ({ value: v }))"
>
<a-input allow-clear :placeholder="t('common.inputPlease')">