修改手机端日志样式,忽略cron搜索大小写

This commit is contained in:
hanhh
2021-05-25 11:27:00 +08:00
parent 630ced4451
commit e12f199ca7
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default class CronService {
public async crontabs(searchText?: string): Promise<Crontab[]> {
let query = {};
if (searchText) {
const reg = new RegExp(searchText);
const reg = new RegExp(searchText, 'i');
query = {
$or: [
{