浏览代码

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

魏志佳 4 年之前
父节点
当前提交
bd4fe86a2c
共有 2 个文件被更改,包括 7 次插入6 次删除
  1. 1 6
      src/views/modules/BatchCreate/newCreate.vue
  2. 6 0
      src/views/modules/Statistics/companyDetail.vue

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

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

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

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