From f878d29050cebcf1765e93c5941099de4ce7b3f2 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 05 七月 2023 11:35:38 +0800
Subject: [PATCH] 修改不兼容报错

---
 Source/UBCS-WEB/src/components/work/BusinessWork.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/work/BusinessWork.vue b/Source/UBCS-WEB/src/components/work/BusinessWork.vue
index 4968fdf..b4d93d0 100644
--- a/Source/UBCS-WEB/src/components/work/BusinessWork.vue
+++ b/Source/UBCS-WEB/src/components/work/BusinessWork.vue
@@ -37,8 +37,6 @@
       handler(newval,oldval){
         this.BuinessOids=newval;
         this.BuinseseRend()
-        console.log(newval)
-        console.log(this.BuinessOids)
       },
       deep:true
     }
@@ -48,8 +46,6 @@
   mounted() {
   },
   methods:{
-    HandlerRend(){
-    },
     BuinseseRend(){
       businese({
         btmType:'wupin',

--
Gitblit v1.9.3