新增员工管理等

This commit is contained in:
唐明明
2021-09-01 10:42:21 +08:00
parent 248992dac2
commit 8a574d5e36
36 changed files with 7931 additions and 773 deletions

View File

@@ -190,10 +190,16 @@
// 企业广场
getCompanies(){
companies().then(res=>{
console.log(res)
this.recommendBus = res.positions
this.hotBus = res.hot
this.industryBus = [{title: '全部',}, ...res.industries]
this.getCompaniesList()
}).catch(err => {
uni.showToast({
title: err.message,
icon : 'none'
})
})
},
// 企业列表