|
@@ -86,9 +86,6 @@ Page({
|
|
|
let res = await app.$api('team', 'GET', { ...info, ...that.data.searchInfo })
|
|
|
if (res.errcode == '0') {
|
|
|
let list = [...that.data.list, ...res.data]
|
|
|
- // for (const val of list) {
|
|
|
- // val.tel = val.phone.substr(0,3) + "****" + val.phone.substr(7)
|
|
|
- // }
|
|
|
that.setData({ list })
|
|
|
that.setData({ total: res.total })
|
|
|
}
|