|
@@ -642,6 +642,7 @@ export default {
|
|
item.key = index
|
|
item.key = index
|
|
})
|
|
})
|
|
this.detailData = result
|
|
this.detailData = result
|
|
|
|
+ console.log(this.detailData, 'detail----detail');
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -854,6 +855,7 @@ export default {
|
|
customColumns() {
|
|
customColumns() {
|
|
this.visible = true
|
|
this.visible = true
|
|
this.listNum = [...this.columns]
|
|
this.listNum = [...this.columns]
|
|
|
|
+ console.log(this.listNum, 'this.listNum-this.listNum');
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
@@ -921,7 +923,7 @@ export default {
|
|
// 获取设计人员
|
|
// 获取设计人员
|
|
getDesignList(){
|
|
getDesignList(){
|
|
postAction('/ctop/kuaishou/videoReport/getDesignList').then(res=>{
|
|
postAction('/ctop/kuaishou/videoReport/getDesignList').then(res=>{
|
|
- console.log(res);
|
|
|
|
|
|
+ console.log(res, '设计人员');
|
|
if(res.success){
|
|
if(res.success){
|
|
this.designList=res.result
|
|
this.designList=res.result
|
|
}
|
|
}
|
|
@@ -940,9 +942,9 @@ export default {
|
|
postAction('/toutiao/videoReportDaily/getColumnJson', {
|
|
postAction('/toutiao/videoReportDaily/getColumnJson', {
|
|
columnType: 4
|
|
columnType: 4
|
|
}).then(res => {
|
|
}).then(res => {
|
|
- // console.log(res)
|
|
|
|
|
|
+ console.log(res, 'activated--activated')
|
|
if (res.success) {
|
|
if (res.success) {
|
|
- // console.log(JSON.parse(res.result))
|
|
|
|
|
|
+ console.log(JSON.parse(res.result), '-------')
|
|
if(res.result){
|
|
if(res.result){
|
|
let columns = JSON.parse(res.result)
|
|
let columns = JSON.parse(res.result)
|
|
if (columns.length) {
|
|
if (columns.length) {
|
|
@@ -1092,7 +1094,7 @@ filters: {
|
|
this.getDesignList()
|
|
this.getDesignList()
|
|
//请求自定义列的数据
|
|
//请求自定义列的数据
|
|
postAction('/toutiao/videoReportDaily/videoInfoListTotalExportExcelPermission').then(res => {
|
|
postAction('/toutiao/videoReportDaily/videoInfoListTotalExportExcelPermission').then(res => {
|
|
- console.log(res)
|
|
|
|
|
|
+ console.log(res, 'mounted-mounted')
|
|
if (res.success) {
|
|
if (res.success) {
|
|
if (res.result) {
|
|
if (res.result) {
|
|
this.exportExcelIsOk = true
|
|
this.exportExcelIsOk = true
|