From d4b425d1f115aafd23b4dcf377eef4ed1ba400cc Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期三, 05 七月 2023 16:35:13 +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