Commit 9b221fda authored by 郝聪敏's avatar 郝聪敏

fix: 修改v字段类型bug

parent 21769f8c
......@@ -37,7 +37,7 @@ export default class EditorController extends Controller {
pageDescribe: pageDescribe && { like: `%${pageDescribe}%`},
isPublish,
enable: 1
}, v => !trim(v));
}, v => !v);
if (type === 'list') {
where = { ...where, isPublish: 1 };
} else if (type === 'my') {
......
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