人员选择器需求调整

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

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