ad1b94c5 by xukangle

fix

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