From efc06c748272a8a6ba73c964f018ad3a50451aaa Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期二, 12 十一月 2024 15:58:38 +0800
Subject: [PATCH] 撤回多余的提交

---
 src/views/fysp/evaluation/components/precheck/CompPreCheck.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/fysp/evaluation/components/precheck/CompPreCheck.vue b/src/views/fysp/evaluation/components/precheck/CompPreCheck.vue
index 582f1f7..3bb8745 100644
--- a/src/views/fysp/evaluation/components/precheck/CompPreCheck.vue
+++ b/src/views/fysp/evaluation/components/precheck/CompPreCheck.vue
@@ -76,7 +76,7 @@
         online: true,
         sourceType: v.sourceType
       };
-      this.$.refSource.startCheck(a);
+      this.$refs.refSource.startCheck(a);
     },
     onDataSourceChange(val) {
       this.dataSource = val;

--
Gitblit v1.9.3