From 7fdd018b85633b81f1d97aa1afdb8c67f6f9eaa4 Mon Sep 17 00:00:00 2001 From: 林致杰 <1003392067@qq.com> Date: 星期四, 14 四月 2022 14:23:32 +0800 Subject: [PATCH] 除JAQ外答题结束显示下载链接 --- src/views/demography/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/demography/index.vue b/src/views/demography/index.vue index ab749a6..96ac625 100644 --- a/src/views/demography/index.vue +++ b/src/views/demography/index.vue @@ -106,7 +106,7 @@ parasInfoIds: {}, formDo: {}, submitDisable: false, - isStart: this.$route.query.isStart + isStart: this.$route.query.isStart === 'true' } }, created () { -- Gitblit v1.9.1