mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: 修复数据源插件加载问题
This commit is contained in:
@@ -95,14 +95,6 @@ const selectDsType = (type: string) => {
|
||||
currentDsType.value = type
|
||||
activeStep.value = 1
|
||||
activeApiStep.value = 1
|
||||
currentTypeList.value
|
||||
.map(ele => ele.dbList)
|
||||
.flat()
|
||||
.some(ele => {
|
||||
if (ele.type === currentDsType.value) {
|
||||
isPlugin.value = ele['isPlugin']
|
||||
}
|
||||
})
|
||||
nextTick(() => {
|
||||
detail?.value?.initForm(type, pluginDs.value, pluginIndex.value, isPlugin.value) ||
|
||||
xpack?.value?.invokeMethod({
|
||||
|
||||
Reference in New Issue
Block a user