From d3d8e4f3971d2f1df2014d9b3e38ee33e15aabce Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Sat, 29 Jun 2024 14:42:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/AppOutSource/AppRateManage/components/RuleManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue index 86230216..f32257e7 100644 --- a/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue +++ b/project/fengdu/AppOutSource/AppRateManage/components/RuleManage.vue @@ -189,7 +189,7 @@ export default { this.dictList = data?.map(item=>{ return { dictName:item.listType, - dictValue:item.id + dictValue:item.listType } }) }