Commit 0005145c authored by 任国军's avatar 任国军

categoryList add bind

parent 212bcba2
Pipeline #22973 passed with stage
in 3 seconds
...@@ -177,6 +177,7 @@ class OptionService extends Service { ...@@ -177,6 +177,7 @@ class OptionService extends Service {
url: v.url, url: v.url,
is_valid: filterIds.includes(v.id) ? 0 : 1, is_valid: filterIds.includes(v.id) ? 0 : 1,
report_id: reportFilterIds.includes(v.id) ? (ctx.isEmpty(userReportList[v.id]) ? 0 : userReportList[v.id][0].id) : 0, report_id: reportFilterIds.includes(v.id) ? (ctx.isEmpty(userReportList[v.id]) ? 0 : userReportList[v.id][0].id) : 0,
bind: v.bind,
sort: v.sort, 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