diff --git a/src/modules/treeTable.js b/src/modules/treeTable.js index 92a90c84..6e9f5f11 100644 --- a/src/modules/treeTable.js +++ b/src/modules/treeTable.js @@ -1766,7 +1766,7 @@ layui.define(['table'], function (exports) { * @param {String} id 表格id * @param {String} dataIndex 父节点的dataIndex * */ - treeTable.reAsync = function (id, dataIndex) { + treeTable.reloadAsyncNode = function (id, dataIndex) { var that = getThisTable(id); if (!that) { return;