修复了文件错误
This commit is contained in:
parent
c2bd87e809
commit
436ab54073
@ -228,7 +228,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
async function tabchange(e: number) {
|
async function tabchange(e: number) {
|
||||||
tabindex.value = e;
|
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)
|
// console.log(videolist)
|
||||||
}
|
}
|
||||||
async function sel(){
|
async function sel(){
|
||||||
|
Loading…
Reference in New Issue
Block a user