parent
5bd0f24a84
commit
8eba3ba4f7
|
@ -14,6 +14,10 @@
|
|||
新增
|
||||
</el-button>
|
||||
</div>
|
||||
<el-scrollbar
|
||||
class="mt-4"
|
||||
style="height: calc(100vh - 300px)"
|
||||
>
|
||||
<div
|
||||
v-for="dictionary in dictionaryData"
|
||||
:key="dictionary.ID"
|
||||
|
@ -57,6 +61,7 @@
|
|||
</el-popover>
|
||||
</div>
|
||||
</div>
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
<div class="flex-1 bg-white">
|
||||
<sysDictionaryDetail :sys-dictionary-i-d="selectID" />
|
||||
|
|
|
@ -204,7 +204,7 @@ const init = async() => {
|
|||
pageSize: 999999
|
||||
})
|
||||
|
||||
dictOptions.value = dictRes.data.list
|
||||
dictOptions.value = dictRes.data
|
||||
}
|
||||
init()
|
||||
|
||||
|
|
Loading…
Reference in New Issue