修改表格toobar问题;'

This commit is contained in:
augushong
2021-12-13 11:35:04 +08:00
parent c4b461f0af
commit 644f9ffbfe

View File

@@ -477,7 +477,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
formatToolbar.method = formatToolbar.method !== '' ? 'data-open="' + formatToolbar.url + '" data-title="' + formatToolbar.title + '" ' : '';
} else if (toolbar.method === 'none') { // 常用于与extend配合自定义监听按钮
formatToolbar.method = '';
} else if (operat.method === 'blank') {
} else if (toolbar.method === 'blank') {
formatOperat.method = ' href="' + formatOperat.url + '" target="_blank" ';
} else {