onCheckTwice(e, treeId, treeNode)
{
this.getAllPermissions();
}
getAllPermissions为方法名,但是在运行的过程中报错,ERROR TypeError: this.getAllPermissions is not a function,这是什么元原因呢,有大神知道应该怎么解决吗。在这个方法里面读取外部的数组也不行
{
this.getAllPermissions();
}
getAllPermissions为方法名,但是在运行的过程中报错,ERROR TypeError: this.getAllPermissions is not a function,这是什么元原因呢,有大神知道应该怎么解决吗。在这个方法里面读取外部的数组也不行