Commit 8ffded81 authored by 黄奎's avatar 黄奎

页面修改

parent 0c6dd32d
...@@ -437,13 +437,8 @@ ...@@ -437,13 +437,8 @@
}, },
//点击确定选择 //点击确定选择
chkedVideoList() { chkedVideoList() {
this.$emit("headCallBack", this.videoListArray); this.$emit("headCallBack", this.selectVideoArr);
this.$emit("closeImg"); this.$emit("closeImg");
this.videoListArray.forEach(x => {
x.isShowImgDiv = true;
x.isShow = false;
})
this.videoListArray = [];
} }
}, },
created() {}, created() {},
......
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