mirror of https://github.com/layui/layui
修改 `treeTable.reAsync()` 方法名为 `treeTable.reloadAsyncNode()`
parent
0e043572b5
commit
ef25f75c2a
|
@ -1766,7 +1766,7 @@ layui.define(['table'], function (exports) {
|
||||||
* @param {String} id 表格id
|
* @param {String} id 表格id
|
||||||
* @param {String} dataIndex 父节点的dataIndex
|
* @param {String} dataIndex 父节点的dataIndex
|
||||||
* */
|
* */
|
||||||
treeTable.reAsync = function (id, dataIndex) {
|
treeTable.reloadAsyncNode = function (id, dataIndex) {
|
||||||
var that = getThisTable(id);
|
var that = getThisTable(id);
|
||||||
if (!that) {
|
if (!that) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue