|
@@ -51,7 +51,7 @@
|
51
|
51
|
<div class="smallTitle lMar20">创意组数量: {{pageInfo.creativeTeamList&&pageInfo.creativeTeamList.length}}组</div>
|
52
|
52
|
<div class="lMarauto">
|
53
|
53
|
<el-button type="primary" v-if="haveCoverOrVideo == 1 || haveCoverOrVideo == 2" @click="openLibraryDialog(1)">批量添加视频</el-button>
|
54
|
|
- <!-- <el-button type="primary" v-if="haveCoverOrVideo == 1 || haveCoverOrVideo == 3" @click="openLibraryDialog(2)">批量添加封面</el-button> -->
|
|
54
|
+ <el-button type="primary" v-if="haveCoverOrVideo == 1 || haveCoverOrVideo == 3" @click="openLibraryDialog(2)">批量添加封面</el-button>
|
55
|
55
|
<!-- <el-button type="primary" @click="openTestNew">一键测新</el-button> -->
|
56
|
56
|
</div>
|
57
|
57
|
</div>
|
|
@@ -435,9 +435,9 @@ const openLibraryDialog = (type:number,maxNum?:any,id?:any,subId?:any) => {
|
435
|
435
|
const assignEvent_LibraryDialog = (val:any,mType:number,resResult:any) => {
|
436
|
436
|
// console.log('method creativeMaterial/index assignEvent_LibraryDialog');
|
437
|
437
|
|
438
|
|
- // console.log('assignEvent_LibraryDialog() => val ', JSON.parse(JSON.stringify(val)))
|
439
|
|
- // console.log('assignEvent_LibraryDialog() => mType ', mType)
|
440
|
|
- // console.log('assignEvent_LibraryDialog() => resResult ', JSON.parse(JSON.stringify(resResult)))
|
|
438
|
+ console.log('assignEvent_LibraryDialog() => val ', JSON.parse(JSON.stringify(val)))
|
|
439
|
+ console.log('assignEvent_LibraryDialog() => mType ', mType)
|
|
440
|
+ console.log('assignEvent_LibraryDialog() => resResult ', JSON.parse(JSON.stringify(resResult)))
|
441
|
441
|
|
442
|
442
|
pageInfo.keyUrl = mType==1?'videoUrl':'picUrl'
|
443
|
443
|
pageInfo.creativeTeamList_interim = _.cloneDeep(val)
|