onShow
This commit is contained in:
@@ -155,8 +155,11 @@ export default {
|
||||
computed: { ...mapState(['user']) },
|
||||
created() {
|
||||
this.getType()
|
||||
document.title = '新增人员'
|
||||
},
|
||||
onShow() {
|
||||
document.title = '新增人员'
|
||||
},
|
||||
|
||||
|
||||
methods: {
|
||||
...mapActions(['selectEnterpriseContact']),
|
||||
|
||||
@@ -94,13 +94,15 @@ export default {
|
||||
this.getStatistic()
|
||||
this.getStatisticMon()
|
||||
this.getUserList()
|
||||
document.title = '特殊人群管理'
|
||||
uni.$on('specialPeopleList', () => {
|
||||
this.getStatistic()
|
||||
this.getStatisticMon()
|
||||
this.getUserList()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '特殊人群管理'
|
||||
},
|
||||
|
||||
methods: {
|
||||
areaSelect(e) {
|
||||
|
||||
Reference in New Issue
Block a user