Skip to content

Commit 226cc03

Browse files
YunaiVgitee-org
authored andcommitted
!167 修复授权类型选项bug
Merge pull request !167 from wangzhaoqiang/dev_
2 parents 467256c + 119b499 commit 226cc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/system/oauth2/client/ClientForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
style="width: 500px"
4949
>
5050
<el-option
51-
v-for="dict in getIntDictOptions(DICT_TYPE.SYSTEM_OAUTH2_GRANT_TYPE)"
51+
v-for="dict in getDictOptions(DICT_TYPE.SYSTEM_OAUTH2_GRANT_TYPE)"
5252
:key="dict.value"
5353
:label="dict.label"
5454
:value="dict.value"
@@ -144,7 +144,7 @@
144144
</Dialog>
145145
</template>
146146
<script lang="ts" name="SystemOAuth2ClientForm" setup>
147-
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
147+
import { DICT_TYPE, getDictOptions, getIntDictOptions } from '@/utils/dict'
148148
import { CommonStatusEnum } from '@/utils/constants'
149149
import * as ClientApi from '@/api/system/oauth2/client'
150150

0 commit comments

Comments
 (0)