fix
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment