mirror of https://github.com/layui/layui
优化 treeTable 异常提示
parent
5960582e41
commit
9f811b14fc
|
@ -648,8 +648,8 @@ layui.define(['table'], function (exports) {
|
|||
|
||||
treeTable.resize();
|
||||
} else {
|
||||
console.log('目前暂时不支持展开全部');
|
||||
return;
|
||||
return hint.error('暂不支持展开全部');
|
||||
|
||||
// 展开所有
|
||||
if (treeOptions.async.enable) {
|
||||
// 存在异步加载
|
||||
|
|
Loading…
Reference in New Issue