ad1b94c5 by xukangle

fix

1 parent 75406879
...@@ -1708,6 +1708,9 @@ const getDbDirFieldSelectData = async (type, params = {}) => { ...@@ -1708,6 +1708,9 @@ const getDbDirFieldSelectData = async (type, params = {}) => {
1708 1708
1709 // 获取查询的数据库名 execTaskSheetList 1709 // 获取查询的数据库名 execTaskSheetList
1710 const getSearchTableList = async (type = 1, dbGuid = '') => { 1710 const getSearchTableList = async (type = 1, dbGuid = '') => {
1711 if (!execGuidInfo.value?.execGuid) {
1712 return;
1713 }
1711 const res: any = await getDbFieldList({ 1714 const res: any = await getDbFieldList({
1712 execGuid: execGuidInfo.value.execGuid, 1715 execGuid: execGuidInfo.value.execGuid,
1713 dbGuid, 1716 dbGuid,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!