From 6378d83c6f40a3be5efb0bbe1e021eeb577509bb Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 3 Dec 2021 16:46:14 +0800 Subject: [PATCH 1/2] BUG 25208 --- src/apps/AppAskForm/formDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/AppAskForm/formDetail.vue b/src/apps/AppAskForm/formDetail.vue index 3cdafa8d..a8a68717 100644 --- a/src/apps/AppAskForm/formDetail.vue +++ b/src/apps/AppAskForm/formDetail.vue @@ -126,6 +126,9 @@ export default { } }, methods: { + emitShow(){ + document.title = this.form.title || "调查问卷" + }, getForm() { let {id} = this.$route.query this.$http.post("/app/appquestionnairetemplate/queryDetailById", null, { @@ -223,9 +226,6 @@ export default { }, created() { this.isResult ? this.getResult() : this.getForm() - }, - mounted() { - document.title = this.form.title || "调查问卷" } } From 8efedfba8ed5a77b9545068e88317afda6aee280 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Fri, 3 Dec 2021 16:52:23 +0800 Subject: [PATCH 2/2] 25226 --- src/apps/AppNotification/AppNotification.vue | 75 ++++++++++---------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue index 99c6d603..1e32da04 100644 --- a/src/apps/AppNotification/AppNotification.vue +++ b/src/apps/AppNotification/AppNotification.vue @@ -6,7 +6,7 @@
-