From 377c48d4a086f0f871f4cdc427d29d25333848b9 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 4 Jan 2023 09:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qianxinan/AppPointsDetails/components/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/qianxinan/AppPointsDetails/components/List.vue b/project/qianxinan/AppPointsDetails/components/List.vue index ceeefbc4..5c08ee70 100644 --- a/project/qianxinan/AppPointsDetails/components/List.vue +++ b/project/qianxinan/AppPointsDetails/components/List.vue @@ -58,7 +58,7 @@ - + @@ -115,7 +115,7 @@ export default { } }, created() { - this.$dict.load('integralCalcType') + this.$dict.load('srScoreCalcType') this.getTableData() this.getGridList() },