소스 검색

素材拼接

zhuxinbo 5 년 전
부모
커밋
dbc584c745
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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.type = typeName
       this.active = typeName
+
       if (typeName == 'VIDEO_PART') {
+        this.checkArr = item.VIDEO_PART
         this.joinVideo = {
           head: '',
           content: item.VIDEO_PART,
@@ -106,6 +108,7 @@ export default {
           key: keyNumber
         }
       } else {
+        this.checkArr = []
         this.joinVideo = {
           head: '',
           content: [],