diff --git a/src/page/main/forewarning/rule-set/edit/index.vue b/src/page/main/forewarning/rule-set/edit/index.vue index 6c018961241a1bda22042fa7eefe5079f8b037ed..0f134bf0c1b325d3e4c968e1128643a67451aecd 100644 --- a/src/page/main/forewarning/rule-set/edit/index.vue +++ b/src/page/main/forewarning/rule-set/edit/index.vue @@ -125,7 +125,7 @@ const getInfoData = () => { inspection_cycle: data.check_period, push_num: data.notify_push_count, push_frequency: data.notify_push_frequency, - enabled: data.is_enabled ? 1 : 2, + enabled: data.is_enabled == 1, type_com_ref: d.type_com_ref, manual_distribution_form: { method: data.notify_method,