Browse Source

'公司详情报表加广告主id'

魏志佳 4 years ago
parent
commit
bd4fe86a2c

+ 1 - 6
src/views/modules/BatchCreate/newCreate.vue

@@ -690,12 +690,7 @@
       
       
      
      
     },
     },
-    beforeDestroy() {
-      // localStorage.removeItem('groupInfo');
-      // localStorage.removeItem('planInfo');
-      // localStorage.removeItem('accountInfo');
-
-    },
+   
     mounted() {
     mounted() {
       this.initFormValue();
       this.initFormValue();
 
 

+ 6 - 0
src/views/modules/Statistics/companyDetail.vue

@@ -110,6 +110,12 @@ const columns = [
     align: 'center'
     align: 'center'
   },
   },
   {
   {
+    title: '广告主id',
+    dataIndex: 'accountId',
+    key: 'accountId',
+    align: 'center'
+  },
+  {
     title: '账户名称',
     title: '账户名称',
     dataIndex: 'accountName',
     dataIndex: 'accountName',
     key: 'accountName',
     key: 'accountName',