Commit cd8d39bf authored by 任国军's avatar 任国军

fix isHaveReport bug

parent ffa0ad1d
Pipeline #22310 passed with stage
in 3 seconds
......@@ -170,7 +170,7 @@ class OptionService extends Service {
is_open: v.is_open,
url: v.url,
is_valid: filterIds.includes(v.id) ? 0 : 1,
is_have: reportFilterIds.includes(v.id) ? 0 : 1,
is_have: reportFilterIds.includes(v.id) ? 1 : 0,
sort: v.sort,
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment