修改推送得页面展示
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user