|
@@ -643,6 +643,7 @@
|
|
|
this.echartsIpaginationProject.current = 1;
|
|
|
this.getAccountData();
|
|
|
}
|
|
|
+ this.showColumn();
|
|
|
},
|
|
|
accountNameClick(row){
|
|
|
this.$router.push({path:'/modules/stockWatch/modules/new-keepManage/account-newkeepManage',query:{accountId:row.accountId}})
|
|
@@ -1058,7 +1059,7 @@
|
|
|
},
|
|
|
showColumn() {
|
|
|
this.postDataAction('/toutiao/videoReportDaily/getColumnJson', {
|
|
|
- columnType: 101,
|
|
|
+ columnType: this.projectAccount === 'a' ? 101 : 102,
|
|
|
}).then((res) => {
|
|
|
// console.log(res)
|
|
|
if (res.success) {
|
|
@@ -1124,7 +1125,7 @@
|
|
|
let arr = JSON.stringify(this.columnsProject)
|
|
|
this.postDataAction('/toutiao/videoReportDaily/saveOrUpdateColumnJson', {
|
|
|
json: arr,
|
|
|
- columnType: 101,
|
|
|
+ columnType: this.projectAccount === 'a' ? 101 : 102,
|
|
|
}).then((res) => {
|
|
|
// console.log(res)
|
|
|
})
|