From fbb473488a8b7ece88ecba16d8f2ba25c0c35c61 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 18 九月 2023 14:55:05 +0800
Subject: [PATCH] 代码提交

---
 Source/UBCS-WEB/src/components/refer/vciWebRefer.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue b/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue
index 19f4edc..7aab2aa 100644
--- a/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue
+++ b/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue
@@ -17,6 +17,7 @@
   components: {vciWebReferTree, vciWebReferTable, vciWebReferDefalut},
   data() {
     return {
+      reterTypeLeavl:'213',
       refertype: this.referConfig.options.type,
       emitData:{},
       title:'',
@@ -25,6 +26,7 @@
     };
   },
   created() {
+    console.log('referer')
     if (!this.referConfig.options) {
       this.referConfig.options = {
         isMuti: false
@@ -52,7 +54,7 @@
         this.value=newV.value;
         this.$emit("setReferValue", newV);
       }
-    }
+    },
   }
 }
 </script>

--
Gitblit v1.9.3