This commit is contained in:
梁灏 2020-07-13 09:30:30 +08:00
parent 59353baccd
commit 39ce074f96

View file

@ -838,7 +838,8 @@
const newData = this.getDataByRowKey(rowKey); const newData = this.getDataByRowKey(rowKey);
newData._isShowChildren = !newData._isShowChildren; newData._isShowChildren = !newData._isShowChildren;
// updateDataStatus _showChildren @on-expand-tree // updateDataStatus _showChildren @on-expand-tree
// this.updateDataStatus(rowKey, '_showChildren', newData._isShowChildren); // _showChildren
this.updateDataStatus(rowKey, '_showChildren', newData._isShowChildren);
}); });
} }
}); });