From d88379444c5790417b1b7495e0e3ad5e041b799e Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期二, 04 七月 2023 18:06:21 +0800 Subject: [PATCH] 1、对redis取值方式进行修改。 2、对模板属性批量保存的DTO进行了大写的改动。 --- 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