人员选择器需求调整

This commit is contained in:
艾贤凌
2022-01-18 15:58:07 +08:00
parent 96f04bbdca
commit db905fa4e3
5 changed files with 31 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export default {
document.title = "问卷表单"
this.$refs?.TabPage?.show()
this.$nextTick(() => {
this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => {
this.injectJWeixin(['sendChatMessage', 'shareAppMessage', 'shareWechatMessage']).then(() => {
this.$dict.load(['questionnaireStatus', 'questionnaireType', 'questionnaireFieldType'])
})
})

View File

@@ -40,7 +40,7 @@ export default {
}
},
mounted() {
this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact'])
this.injectJWeixin(['sendChatMessage'])
},
methods: {
...mapActions(['injectJWeixin', 'wxInvoke']),