diff --git a/jero-web/src/components/libraryPush/index.vue b/jero-web/src/components/libraryPush/index.vue index cf9fa5b9c..bd9651981 100644 --- a/jero-web/src/components/libraryPush/index.vue +++ b/jero-web/src/components/libraryPush/index.vue @@ -131,11 +131,7 @@ }, getUserAndDepart() { getAction('sys/user/getUserAndDepart', { name: this.searchModel }).then((res) => { - if (res.success) { - this.gData = res || [] - } else { - this.gData = [] - } + this.gData = res || [] }) }, queryDepartUserTreeList() {