Commit 30b8f86c authored by zhengke's avatar zhengke

修改

parent 1c565265
...@@ -416,6 +416,7 @@ ...@@ -416,6 +416,7 @@
}, },
//获取视频列表数据 //获取视频列表数据
getVideoList() { getVideoList() {
this.videoListArray=[];
this.apipost( this.apipost(
"Video_get_GetTripVideoPageListService", "Video_get_GetTripVideoPageListService",
this.queVideoMsg, this.queVideoMsg,
...@@ -453,6 +454,7 @@ ...@@ -453,6 +454,7 @@
handler: function (val, oldVal) { handler: function (val, oldVal) {
this.getQueryItem(); this.getQueryItem();
this.getList(); this.getList();
this.getVideoList();
}, },
deep: true deep: true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment