Ver código fonte

人群包模块 前端页面接口联调

jiayufei 4 anos atrás
pai
commit
4cfad07658

+ 2 - 2
src/views/modules/crowd-control/crowd-control-service.js

@@ -53,12 +53,12 @@ class AppMarketService {
         return [
             {
                 title: '项目名称',
-                dataIndex: 'accountName',
+                dataIndex: 'projectName',
                 width: '30%'
             },
             {
                 title: '账户数量',
-                dataIndex: 'age',
+                dataIndex: 'accountCount',
                 width: '15%'
             },
             {

+ 0 - 1
src/views/modules/crowd-control/crowd-control.vue

@@ -402,7 +402,6 @@ export default {
             };
             getAction('/kuaishouCrowdPack/queryRel', paramsData).then(result => {
                 if (result.code === 200) {
-                    console.log(result, 'result----relax');
                     if (this.relaxStatus === 'dep') {
                         this.depData = result.result.list;
                     }