mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
优化导出功能,兼容自定义参数、兼容关联查询用法
This commit is contained in:
@@ -1270,6 +1270,8 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
toUrl = admin.url(url);
|
||||
if (toUrl.indexOf('?') < 0) {
|
||||
toUrl += '?';
|
||||
}else{
|
||||
toUrl += '&'
|
||||
}
|
||||
toUrl += query;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user