This commit is contained in:
liuye
2021-12-24 15:27:36 +08:00
parent b2af14588b
commit 931852d567
68 changed files with 186 additions and 88 deletions

View File

@@ -100,7 +100,7 @@ export default {
showTagManage: false,
}
},
onLoad() {
onShow() {
document.title = '添加标签'
},
computed: {

View File

@@ -82,7 +82,7 @@ export default {
familyList: [],
}
},
onLoad() {
onShow() {
document.title = '居民详情'
this.$dict.load('sex', 'nation', 'education', 'job', 'faithType', 'politicsStatus', 'militaryStatus', 'householdRelation', 'householdName')
},

View File

@@ -190,12 +190,14 @@ export default {
])
},
},
onLoad() {
document.title = '居民详情'
onLoad() {
this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType')
this.getCustomLog(this.top.custom)
this.injectJWeixin('openUserProfile')
},
onShow() {
document.title = '居民详情'
}
}
</script>

View File

@@ -29,7 +29,7 @@ export default {
id: '',
}
},
onLoad() {
onShow() {
document.title = '居民详情'
},
computed: {