Merge pull request '修复了文件错误' (#72) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/72
This commit is contained in:
commit
54ca0340c8
@ -228,7 +228,7 @@ export default defineComponent({
|
||||
});
|
||||
async function tabchange(e: number) {
|
||||
tabindex.value = e;
|
||||
videolist.value = await getvideolist({title: input.value,page:page.value,status:e == 4 ? '' : 0});
|
||||
videolist.value = await getvideolist({title: input.value,page:page.value,status:e == 4 ? '' : e});
|
||||
// console.log(videolist)
|
||||
}
|
||||
async function sel(){
|
||||
|
Loading…
Reference in New Issue
Block a user