From 25068e9f2d7d34ed621c6ed09e534696d4018737 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Apr 2023 16:21:08 +0800 Subject: [PATCH] 204 --- project/fengdu/app/AppIntegratingRules/components/List.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project/fengdu/app/AppIntegratingRules/components/List.vue b/project/fengdu/app/AppIntegratingRules/components/List.vue index 63428d25..63e6820e 100644 --- a/project/fengdu/app/AppIntegratingRules/components/List.vue +++ b/project/fengdu/app/AppIntegratingRules/components/List.vue @@ -45,7 +45,7 @@ - + @@ -325,8 +325,9 @@ this.getList(); }, handleTypeForm(v) { + console.log(v) if (this.dialog) { - if(v[0] == '1' || v[0]== '10') { + if(v[1] == '17') { this.form.scoringCycle = '0' this.form.numberLimit = '1' this.isOneAndTen = true