修改推送得页面展示

This commit is contained in:
qq787203167
2022-03-31 13:53:26 +08:00
parent 097c2e4905
commit 42c6b9f00f
@@ -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() {