ship
This commit is contained in:
parent
53c9c611cd
commit
c85142df75
|
@ -98,7 +98,7 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
getListtype(a){
|
getListtype(a){
|
||||||
getVideoList({category:a.id}).then((response) => {
|
getVideoList({category:a.id,pageoff:true}).then((response) => {
|
||||||
|
|
||||||
if (response.data) {
|
if (response.data) {
|
||||||
this.videoList = response.data;
|
this.videoList = response.data;
|
||||||
|
@ -109,7 +109,7 @@ export default {
|
||||||
//视频类型
|
//视频类型
|
||||||
|
|
||||||
getTypeAll() {
|
getTypeAll() {
|
||||||
getDictList({ type__code: "data_video" }).then((res) => {
|
getDictList({ type__code: "data_video"}).then((res) => {
|
||||||
this.typeOptions = genTree(res.data);
|
this.typeOptions = genTree(res.data);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue