共{{params.content.total}}个
{{item.name}}
手机号码:{{item.phonenumber || ' --'}}
部门:{{item.depname || " --"}}
职位:{{item.position || ' --'}}
地址:{{item.province + item.city + item.county +item.address}}
module.exports = {
isCheck: function (id, list) {
return list.some(function (v) {
return v == id
});
},
}