Bladeren bron

项目列表自定义列完善

liubei@c-top.com.cn 3 jaren geleden
bovenliggende
commit
cf6669e738
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 2
      src/views/modules/stockWatch/modules/new-keepManage/group-keepManage.vue

+ 3 - 2
src/views/modules/stockWatch/modules/new-keepManage/group-keepManage.vue

@@ -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)
             })