mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
修复表格toobar的blank问题;
This commit is contained in:
@@ -510,7 +510,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
|
|||||||
} else if (toolbar.method === 'none') { // 常用于与extend配合,自定义监听按钮
|
} else if (toolbar.method === 'none') { // 常用于与extend配合,自定义监听按钮
|
||||||
formatToolbar.method = '';
|
formatToolbar.method = '';
|
||||||
} else if (toolbar.method === 'blank') {
|
} else if (toolbar.method === 'blank') {
|
||||||
formatOperat.method = ' href="' + formatOperat.url + '" target="_blank" ';
|
formatToolbar.method = ' href="' + formatToolbar.url + '" target="_blank" ';
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
formatToolbar.method = formatToolbar.method !== '' ? 'data-request="' + formatToolbar.url + '" data-title="' + formatToolbar.title + '" ' : '';
|
formatToolbar.method = formatToolbar.method !== '' ? 'data-request="' + formatToolbar.url + '" data-title="' + formatToolbar.title + '" ' : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user