mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
修改 treeTable.reAsync()
方法名为 treeTable.reloadAsyncNode()
This commit is contained in:
parent
0e043572b5
commit
ef25f75c2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user