From 53c9c611cda1b0ed1b6e7521b66895a0cde34513 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Mon, 6 Sep 2021 16:08:21 +0800 Subject: [PATCH] ship --- client/src/views/testvideo/upload.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/views/testvideo/upload.vue b/client/src/views/testvideo/upload.vue index 4d684bf..9250af4 100644 --- a/client/src/views/testvideo/upload.vue +++ b/client/src/views/testvideo/upload.vue @@ -191,7 +191,9 @@ export default { dialogVisible:false, signature: "", treeLoding: false, - videoList:"", + videoList: { + count: 0, + }, typeOptions:[], dialogType:'', listQuery: { @@ -225,7 +227,7 @@ checkPermission, //列表加载 getList() { this.listLoading = true; - getVideoList().then((response) => { + getVideoList(this.listQuery).then((response) => { if (response.data) { this.videoList = response.data; }