style: UDM用户数据根据网元类型变更刷新列表

This commit is contained in:
TsMask
2024-10-18 11:42:21 +08:00
parent f08e637e69
commit 0ff5bd5e20
2 changed files with 2 additions and 0 deletions

View File

@@ -737,6 +737,7 @@ onMounted(() => {
v-model:value="queryParams.neId"
:options="neOtions"
:placeholder="t('common.selectPlease')"
@change="fnGetList(1)"
/>
</a-form-item>
</a-col>

View File

@@ -1117,6 +1117,7 @@ onMounted(() => {
v-model:value="queryParams.neId"
:options="neOtions"
:placeholder="t('common.selectPlease')"
@change="fnGetList(1)"
/>
</a-form-item>
</a-col>