From 50b00921242e9f6e164a7611b10afb0f88a12bce Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 24 Jan 2024 16:00:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/insideVideo/overview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectFront/insideVideo/overview.vue b/src/views/projectFront/insideVideo/overview.vue index c84fa8d8..e91c7a98 100644 --- a/src/views/projectFront/insideVideo/overview.vue +++ b/src/views/projectFront/insideVideo/overview.vue @@ -197,7 +197,7 @@ export default { }).then((res) => { var DATA = res.result.videoList; this.devList = DATA; - this.videoList = this.devList; + this.videoList = this.devList.concat(); // 产生一个新数组 console.log("视频的列表", res.result); this.dataType = res.result.type; });