This commit is contained in:
lai
2024-07-16 17:49:24 +08:00
parent 24a147afaf
commit 48bac47c6b
2 changed files with 3 additions and 4 deletions

View File

@@ -957,7 +957,6 @@ onMounted(() => {
>
<a-select
v-model:value="modalState.typeFrom.tenancyType"
allow-clear
:options="dict.sysTenancyType"
@change="fnTypeChange"
>
@@ -974,7 +973,7 @@ onMounted(() => {
v-bind="modalStateTypeFrom.validateInfos.tenancyKey"
v-show="
modalState.typeFrom.tenancyType == 'IMSI' ||
modalState.typeFrom.tenancyType == ''
!modalState.typeFrom.tenancyType
"
>
<a-input