main
kgdxpr 2 years ago
parent 4a06f62546
commit f2aeda0a34

@ -85,7 +85,7 @@
url: '/QingLong/collect/viewJobList',
where: {
keyword: $("#task_name").val(),
is_finish: 0,
is_finish: -1,
fill_type_id: 2,
forward_progress: forwardProgress
},

@ -95,7 +95,7 @@
url: '/QingLong/collect/viewJobList',
where: {
keyword: $("#task_name").val(),
is_finish: 0,
is_finish: -1,
fill_type_id: 2,
forward_progress: forwardProgress
},

@ -156,7 +156,7 @@
if (obj.data.job_type === 1) {
layer.open({
type: 2,
title: '填报',
title: '查看',
offset: 'r',
anim: 'slideLeft',
area: ['750px', '100%'],

Loading…
Cancel
Save