Skip to content

Commit

Permalink
!71 #5195 字典管理界面bug记录
Browse files Browse the repository at this point in the history
Merge pull request !71 from lbw/N/A
  • Loading branch information
lbw authored and gitee-org committed Sep 23, 2023
2 parents 544f935 + b676dfd commit 89bb17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/dict/dictItem/form.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="system-dic-dialog-container">
<el-dialog v-model="visible" :title="dataForm.id ? $t('common.editBtn') : $t('common.addBtn')" width="600">
<el-dialog v-model="visible" destroy-on-close :title="dataForm.id ? $t('common.editBtn') : $t('common.addBtn')" width="600">
<el-form ref="dicDialogFormRef" :model="dataForm" label-width="90px" :rules="dataRules" v-loading="loading">
<el-form-item :label="$t('dictItem.dictType')" prop="dictType">
<el-input v-model="dataForm.dictType" clearable disabled
Expand Down

0 comments on commit 89bb17c

Please sign in to comment.