mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
修改 treeTable.reAsync() 方法名为 treeTable.reloadAsyncNode()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user