From 8f3255956f85af1df98170fb05e6551cea12e9b0 Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期二, 12 十一月 2024 15:54:57 +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 3bb8745..582f1f7 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.$refs.refSource.startCheck(a);
+      this.$.refSource.startCheck(a);
     },
     onDataSourceChange(val) {
       this.dataSource = val;

--
Gitblit v1.9.3