优化 treeTable 异常提示

pull/1226/head
贤心 2023-04-21 10:22:53 +08:00
parent 5960582e41
commit 9f811b14fc
1 changed files with 2 additions and 2 deletions

View File

@ -648,8 +648,8 @@ layui.define(['table'], function (exports) {
treeTable.resize(); treeTable.resize();
} else { } else {
console.log('目前暂时不支持展开全部'); return hint.error('暂不支持展开全部');
return;
// 展开所有 // 展开所有
if (treeOptions.async.enable) { if (treeOptions.async.enable) {
// 存在异步加载 // 存在异步加载