mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 19:42:47 +08:00
优化table的field拼接边界兼容性
This commit is contained in:
@@ -1017,7 +1017,9 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
} else {
|
||||
var querys = '';
|
||||
if (operat.url.indexOf("?") !== -1) {
|
||||
querys = '&'
|
||||
if (operat.url.indexOf("?") !== operat.url.length - 1) {
|
||||
querys = '&'
|
||||
}
|
||||
} else {
|
||||
querys = '?'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user