yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
626 stars 185 forks source link

Failed 这里搜索完的显示式样异常【HttpAgent Job】 #77

Closed zhujiancc closed 3 years ago

zhujiancc commented 3 years ago

image

image

zhujiancc commented 3 years ago

httpjob.js line: 1135 这段代码有问题, remove 把 job detail 的tr 给去掉了, 导致样式变形了

var table = $('.table-responsive').find('table');
var filtered = ($(".page-header").text().substr(0, 4) === '定期作业' || $(".page-header").text().substr(0, 4) === 'Recu') ? $(table).find('input.js-jobs-list-checkbox[value*=' + keyword + ']').closest('tr') : $(table).find('a[class=job-method]:contains(' + keyword + ')').closest('tr');
$(table).find('tbody tr').remove();
$(table).find('tbody').append(filtered);
yuzd commented 3 years ago

昨晚提交的代码修复这个了,还有timer没搞定,其他的差不多了,你下载我最新代码看看