新增宜昌连接器
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1053,7 +1053,7 @@ onBeforeMount(() => { | ... | @@ -1053,7 +1053,7 @@ onBeforeMount(() => { |
| 1053 | flowList.value = res?.data || [] | 1053 | flowList.value = res?.data || [] |
| 1054 | contents.value.normal.items[3].options = flowList.value | 1054 | contents.value.normal.items[3].options = flowList.value |
| 1055 | }) | 1055 | }) |
| 1056 | getAllFlowData({ dictType: "数据源存储类型" }).then((res) => { | 1056 | getParamsList({ dictType: "数据源存储类型" }).then((res) => { |
| 1057 | databaseTypesList.value = res?.data || [] | 1057 | databaseTypesList.value = res?.data || [] |
| 1058 | searchItemList.value[1].options = databaseTypesList.value; | 1058 | searchItemList.value[1].options = databaseTypesList.value; |
| 1059 | contents.value.normal.items[2].options = databaseTypesList.value; | 1059 | contents.value.normal.items[2].options = databaseTypesList.value; | ... | ... |
-
Please register or sign in to post a comment