9294dc06 by xiaojie

新增宜昌连接器

1 parent d2e3d2d8
......@@ -1053,7 +1053,7 @@ onBeforeMount(() => {
flowList.value = res?.data || []
contents.value.normal.items[3].options = flowList.value
})
getAllFlowData({ dictType: "数据源存储类型" }).then((res) => {
getParamsList({ dictType: "数据源存储类型" }).then((res) => {
databaseTypesList.value = res?.data || []
searchItemList.value[1].options = databaseTypesList.value;
contents.value.normal.items[2].options = databaseTypesList.value;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!