Browse Source

素材拼接

zhuxinbo 5 years ago
parent
commit
dbc584c745
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/modules/material/checkMatemal.vue

+ 3 - 0
src/views/modules/material/checkMatemal.vue

@@ -98,7 +98,9 @@ export default {
       this.queryParam.userId = this.userInfo().id
       this.queryParam.userId = this.userInfo().id
       this.queryParam.type = typeName
       this.queryParam.type = typeName
       this.active = typeName
       this.active = typeName
+
       if (typeName == 'VIDEO_PART') {
       if (typeName == 'VIDEO_PART') {
+        this.checkArr = item.VIDEO_PART
         this.joinVideo = {
         this.joinVideo = {
           head: '',
           head: '',
           content: item.VIDEO_PART,
           content: item.VIDEO_PART,
@@ -106,6 +108,7 @@ export default {
           key: keyNumber
           key: keyNumber
         }
         }
       } else {
       } else {
+        this.checkArr = []
         this.joinVideo = {
         this.joinVideo = {
           head: '',
           head: '',
           content: [],
           content: [],