前端各页面对接数据
This commit is contained in:
@@ -800,6 +800,13 @@ async select(table : string, filter ?: string | null, options ?: AkSupaSelectOpt
|
||||
headers['Prefer'] = 'return=representation,single-object';
|
||||
}
|
||||
}
|
||||
|
||||
// 确保有 select 参数
|
||||
if (options.columns == null) {
|
||||
params.push('select=*');
|
||||
} else if (options.columns == "") {
|
||||
params.push('select=*');
|
||||
}
|
||||
} else {
|
||||
params.push('select=*');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user