fix 网元输入框自动完成下拉选择

This commit is contained in:
TsMask
2023-09-18 21:06:13 +08:00
parent 429f30c322
commit 307ab8bcf6
3 changed files with 28 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ onMounted(() => {
<a-form-item label="网元类型" name="neType ">
<a-cascader
v-model:value="queryParams.neType"
:options="useNeInfoStore().getNeOtions"
:options="useNeInfoStore().getNeCascaderOtions"
placeholder="请选择网元"
/>
</a-form-item>