diff --git a/jero-web/src/components/libraryPush/index.vue b/jero-web/src/components/libraryPush/index.vue index 8c530226c..cf9fa5b9c 100644 --- a/jero-web/src/components/libraryPush/index.vue +++ b/jero-web/src/components/libraryPush/index.vue @@ -10,7 +10,10 @@ :visible="visible" style="height: 100%;overflow: auto;padding-bottom: 53px;"> - +
{ + if (res.success) { + this.gData = res || [] + } else { + this.gData = [] + } + }) }, queryDepartUserTreeList() { let gData = JSON.parse(JSON.stringify(this.gData))