优化导出功能,兼容自定义参数、兼容关联查询用法

This commit is contained in:
2022-07-14 09:52:26 +08:00
parent f74349a3c3
commit 065851fcb1
3 changed files with 60 additions and 46 deletions

View File

@@ -1270,6 +1270,8 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
toUrl = admin.url(url);
if (toUrl.indexOf('?') < 0) {
toUrl += '?';
}else{
toUrl += '&'
}
toUrl += query;