From d69fb106ffcd327047793f6b72ed27b87cb54ead Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Dec 2021 16:13:09 +0800 Subject: [PATCH 1/2] BUG 25501 --- src/apps/AppInterview/AppInterview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index ea10b502..1f450d44 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -18,7 +18,7 @@
{{ e.createTime }}
@@ -72,7 +72,7 @@ export default { } }) }, - goDetail(id, readonly) { + goDetail(id, readonly, index) { let query = {id} readonly && (query.detail = 1) this.$refs[`aiCard${index}`][0].handleClose() From 507d4e48714917ba18815aeaa05a92803c44dbef Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Dec 2021 16:13:52 +0800 Subject: [PATCH 2/2] BUG 25504 --- src/apps/AppAskForm/AppAskForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppAskForm/AppAskForm.vue b/src/apps/AppAskForm/AppAskForm.vue index a0446753..f30b3a92 100644 --- a/src/apps/AppAskForm/AppAskForm.vue +++ b/src/apps/AppAskForm/AppAskForm.vue @@ -39,7 +39,7 @@ export default { } }, onShow() { - document.title = "问卷调查" + document.title = "问卷表单" this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => { this.$dict.load(['questionnaireStatus', 'questionnaireType', 'questionnaireFieldType']) })