BUG 26118

This commit is contained in:
aixianling
2021-12-28 16:30:48 +08:00
parent c3118f9f8c
commit d7b4306b5b
4 changed files with 7 additions and 12 deletions

View File

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