fix: tag selector beautifed

This commit is contained in:
Terry Geng
2020-03-20 12:30:03 +08:00
parent b2c416f968
commit 701403b1a2
3 changed files with 12 additions and 2 deletions

View File

@ -387,6 +387,8 @@ def build_library_query_condition(form):
break
if count > 0:
condition.and_sub_condition(sub_cond)
else:
condition.and_equal("id", None)
tags = form['tags'].split(",")
for tag in tags: