From 5cca849c1690ac6e49bfc04b3f930d41c0513c32 Mon Sep 17 00:00:00 2001
From: fujunling <2984387807@qq.com>
Date: 星期三, 05 七月 2023 16:49:17 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

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

diff --git a/Source/UBCS-WEB/src/components/work/BusinessWork.vue b/Source/UBCS-WEB/src/components/work/BusinessWork.vue
index 178c19f..b4d93d0 100644
--- a/Source/UBCS-WEB/src/components/work/BusinessWork.vue
+++ b/Source/UBCS-WEB/src/components/work/BusinessWork.vue
@@ -36,20 +36,17 @@
     ids:{
       handler(newval,oldval){
         this.BuinessOids=newval;
-        this.HandlerRend()
-        console.log(newval)
-        console.log(this.BuinessOids)
+        this.BuinseseRend()
       },
       deep:true
     }
   },
   created() {
-   // this.HandlerRend()
   },
   mounted() {
   },
   methods:{
-    HandlerRend(){
+    BuinseseRend(){
       businese({
         btmType:'wupin',
         'conditionMap[oid]':this.BuinessOids.toString()

--
Gitblit v1.9.3