Commit 0feb58beaf39d6b1f69fc90d4f1e188a8a220888
1 parent
a667ae02
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/video.html
| ... | ... | @@ -477,7 +477,7 @@ |
| 477 | 477 | //全部 |
| 478 | 478 | function quanbu() { |
| 479 | 479 | updateValue(); |
| 480 | - window.location.href = "/videos/page?video_title=" + video_title + "&start_date=" + start_date + "&end_date=" + end_date + "&state=" + state + "&video_priority=" + video_priority + "&sp_desc=" + sp_desc+"&pageSize="+count+"&sp_Id="+sp_Id+"&source="+"&video_user_id="+video_user_id; | |
| 480 | + window.location.href = "/videos/page?video_title=" + video_title + "&start_date=" + start_date + "&end_date=" + end_date + "&state=" + state + "&video_priority=" + video_priority + "&sp_desc=" + sp_desc+"&pageSize="+count+"&sp_Id="+sp_Id+"&source="+source+"&video_user_id="+video_user_id; | |
| 481 | 481 | } |
| 482 | 482 | |
| 483 | 483 | //全部待领 | ... | ... |