Browse Source

tag组件下拉框回显修改

master
陈薪名 12 months ago
parent
commit
1b69992ac6
  1. 2
      src/components/DictTag/src/DictTag.vue

2
src/components/DictTag/src/DictTag.vue

@ -58,7 +58,7 @@ export default defineComponent({
getDictObj(props.type, props.value.toString()) getDictObj(props.type, props.value.toString())
// //
// dictDataList // dictDataList
if (!dictDataList) { if (dictDataList.length == 0) {
return ( return (
<ElTag <ElTag
style={dictData.value?.cssClass ? 'color: #fff' : ''} style={dictData.value?.cssClass ? 'color: #fff' : ''}

Loading…
Cancel
Save