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