|
@@ -23,11 +23,13 @@ Org_tree.install = function (app) {
|
|
|
if (typeof cancel !== 'undefined') {
|
|
|
instance.component.props.cancel = cancel
|
|
|
}
|
|
|
- console.log(instance,"wwwwwwwwwwwwww嗯嗯");
|
|
|
- // instance.component.setupState.getList("DDDDD");
|
|
|
+ // console.log(instance,"wwwwwwwwwwwwww嗯嗯");
|
|
|
+ // instance.component.exposed.getList("DDDDD");
|
|
|
+ instance.component.exposed.getList("DDDDD");
|
|
|
+
|
|
|
// instance.component.props.wls("999");
|
|
|
- instance.component.props.isShow=false;
|
|
|
- instance.component.props.isShow=true;
|
|
|
+ // instance.component.props.isShow=false;
|
|
|
+ // instance.component.props.isShow=true;
|
|
|
}
|
|
|
}
|
|
|
|