...
|
...
|
@@ -234,9 +234,9 @@ |
234
|
234
|
}
|
235
|
235
|
},
|
236
|
236
|
onShow() {
|
237
|
|
- // if(getApp().getBindNot()){
|
238
|
|
- // return
|
239
|
|
- // }
|
|
237
|
+ if(getApp().getBindNot()){
|
|
238
|
+ return
|
|
239
|
+ }
|
240
|
240
|
if (this.orgId) {
|
241
|
241
|
this.loadData(1, {
|
242
|
242
|
organizationId: this.orgId
|
...
|
...
|
|