From ecc31e11aabf389ea98e55f32c5feb88a6f50fe7 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 04 九月 2024 03:35:52 +0800
Subject: [PATCH] 合同积分回显
---
src/views/system/check/result/detail/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/check/result/detail/index.vue b/src/views/system/check/result/detail/index.vue
index d675d4b..b5edb8b 100644
--- a/src/views/system/check/result/detail/index.vue
+++ b/src/views/system/check/result/detail/index.vue
@@ -190,7 +190,7 @@
return department ? department.value : '鏈煡';
},
/** 瀵艰埅鍒囨崲 */
- handleSelect(key) {
+ handlefSelect(key) {
this.activeIndex = key;
this.queryParams.examineTag = key;
this.queryParamsList.examineTag = key;
--
Gitblit v1.8.0