master
parent
c8cefb9778
commit
d3c0b3e660
|
|
@ -86,7 +86,7 @@
|
||||||
try {
|
try {
|
||||||
const res = await uni.$http.get('/gunshiApp/xfflood/addressbook/my/department')
|
const res = await uni.$http.get('/gunshiApp/xfflood/addressbook/my/department')
|
||||||
console.log('人员信息',res)
|
console.log('人员信息',res)
|
||||||
this.list = [...res.data.data,...res.data.data,...res.data.data,...res.data.data]
|
this.list = [...res.data.data]
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
uni.$showMsg()
|
uni.$showMsg()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue