mirror of
https://gitee.com/layui/layui.git
synced 2025-10-27 11:19:13 +08:00
优化 treeTable 异常提示
This commit is contained in:
@@ -648,8 +648,8 @@ layui.define(['table'], function (exports) {
|
||||
|
||||
treeTable.resize();
|
||||
} else {
|
||||
console.log('目前暂时不支持展开全部');
|
||||
return;
|
||||
return hint.error('暂不支持展开全部');
|
||||
|
||||
// 展开所有
|
||||
if (treeOptions.async.enable) {
|
||||
// 存在异步加载
|
||||
|
||||
Reference in New Issue
Block a user