【bug】修复材质编辑页下拉来源问题

pull/1/head
zengchenxi 9 months ago
parent e00b5e3af7
commit 7af825822e

@ -18,7 +18,7 @@
class="!w-250px" class="!w-250px"
> >
<el-option <el-option
v-for="dict in getIntDictOptions(DICT_TYPE.HELI_COMPOSITION_ORIGINAL)" v-for="dict in getStrDictOptions(DICT_TYPE.HELI_COMPOSITION_ORIGINAL)"
:key="dict.value" :key="dict.value"
:label="dict.label" :label="dict.label"
:value="dict.value" :value="dict.value"
@ -50,7 +50,7 @@
</Dialog> </Dialog>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { getIntDictOptions, DICT_TYPE } from '@/utils/dict' import {getIntDictOptions, DICT_TYPE, getStrDictOptions} from '@/utils/dict'
import * as CompositionApi from '@/api/heli/composition' import * as CompositionApi from '@/api/heli/composition'
const { t } = useI18n() // const { t } = useI18n() //

Loading…
Cancel
Save