From 9b098983ed794b02ee2fb2ba9c5ff0c48bb906e1 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 24 Jan 2024 16:48:59 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/projectFront/insideVideo/overview.vue b/src/views/projectFront/insideVideo/overview.vue index 43cc3cf4..0a13c73d 100644 --- a/src/views/projectFront/insideVideo/overview.vue +++ b/src/views/projectFront/insideVideo/overview.vue @@ -170,7 +170,6 @@ export default { methods: { deletePlayer(index) { this.videoList.splice(index, 1); - this.changeShowType(this.showType); }, selectFn(index) { this.winIndex = index; @@ -186,11 +185,9 @@ export default { console.log(itemVal); if (this.showType == 1) { this.videoList = [item]; - this.changeShowType(this.showType); } if (!itemVal && this.showType != 1) { this.videoList.push(item); - this.changeShowType(this.showType); } console.log("右边的值", this.videoList); },