From f4a3807d136f25fc60c1eb261be7c6b882f4b8a5 Mon Sep 17 00:00:00 2001 From: quyixiao <2621048238@qq.com> Date: Tue, 25 Aug 2020 17:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/result/record/recorddetail.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/modules/result/record/recorddetail.vue b/src/views/modules/result/record/recorddetail.vue index e4acceb..71fddfe 100644 --- a/src/views/modules/result/record/recorddetail.vue +++ b/src/views/modules/result/record/recorddetail.vue @@ -41,16 +41,16 @@

确认得分

-
+

-
-

+
+

-
-

+
+

@@ -170,6 +170,7 @@ export default { loading: false, auth: [], recordType: 0, + fileCount: 0 } }, components: { @@ -178,9 +179,7 @@ export default { UploadAddOrUpdate }, activated () { - if (this.$route.query.id > 0) { - this.recordResultId = this.$route.query.id - } + this.recordResultId = this.$route.query.id this.recordType = this.$route.query.recordType this.getDataList() }, @@ -216,6 +215,7 @@ export default { this.dataListLoading = false this.addOrUpdateVisible = false this.approvalVisible = false + this.fileCount = data.fileCount || 0 }) }, // 新增 / 编辑