|  | @@ -12,20 +12,20 @@
 | 
											
												
													
														|  |              <span>
 |  |              <span>
 | 
											
												
													
														|  |                意向机构
 |  |                意向机构
 | 
											
												
													
														|  |              </span>
 |  |              </span>
 | 
											
												
													
														|  | -            <span> <count-to :endVal="detail.tenantAgency" :decimals="2" /></span>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <span> <count-to :endVal="detail.tenantAgency"  /></span>
 | 
											
												
													
														|  |            </statistic-item>
 |  |            </statistic-item>
 | 
											
												
													
														|  |               <statistic-item>
 |  |               <statistic-item>
 | 
											
												
													
														|  |              <span>
 |  |              <span>
 | 
											
												
													
														|  |                入驻机构
 |  |                入驻机构
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |              </span>
 |  |              </span>
 | 
											
												
													
														|  | -            <span> <count-to :endVal="detail.preTenant" :decimals="2" /></span>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <span> <count-to :endVal="detail.preTenant"  /></span>
 | 
											
												
													
														|  |            </statistic-item>
 |  |            </statistic-item>
 | 
											
												
													
														|  |               <statistic-item>
 |  |               <statistic-item>
 | 
											
												
													
														|  |              <span>
 |  |              <span>
 | 
											
												
													
														|  |                团练宝销售数(个月)
 |  |                团练宝销售数(个月)
 | 
											
												
													
														|  |              </span>
 |  |              </span>
 | 
											
												
													
														|  | -            <span> <count-to :endVal="detail.memberCount" :decimals="2" /></span>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <span> <count-to :endVal="detail.memberCount"  /></span>
 | 
											
												
													
														|  |            </statistic-item>
 |  |            </statistic-item>
 | 
											
												
													
														|  |          </statistic>
 |  |          </statistic>
 | 
											
												
													
														|  |        </el-card>
 |  |        </el-card>
 | 
											
										
											
												
													
														|  | @@ -142,7 +142,7 @@ import { getToken } from "@/utils/auth";
 | 
											
												
													
														|  |  import pagination from "@/components/Pagination/index";
 |  |  import pagination from "@/components/Pagination/index";
 | 
											
												
													
														|  |  import { getTimes } from "@/utils";
 |  |  import { getTimes } from "@/utils";
 | 
											
												
													
														|  |  import load from "@/utils/loading";
 |  |  import load from "@/utils/loading";
 | 
											
												
													
														|  | -import { getProxyUserList, getProxyDividend } from "./api";
 |  | 
 | 
											
												
													
														|  | 
 |  | +import { getProxyUserList, getProxyDividend,getProxyDividendList } from "./api";
 | 
											
												
													
														|  |  import countTo from 'vue-count-to'
 |  |  import countTo from 'vue-count-to'
 | 
											
												
													
														|  |  export default {
 |  |  export default {
 | 
											
												
													
														|  |    components: { pagination ,   'count-to': countTo},
 |  |    components: { pagination ,   'count-to': countTo},
 | 
											
										
											
												
													
														|  | @@ -180,8 +180,20 @@ export default {
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  |      init() {
 |  |      init() {
 | 
											
												
													
														|  |        this.getProxList();
 |  |        this.getProxList();
 | 
											
												
													
														|  | 
 |  | +      this.getProxyDividendDetail()
 | 
											
												
													
														|  |        this.getList();
 |  |        this.getList();
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | 
 |  | +    async getProxyDividendDetail(){
 | 
											
												
													
														|  | 
 |  | +      try{
 | 
											
												
													
														|  | 
 |  | +         const res = await getProxyDividend()
 | 
											
												
													
														|  | 
 |  | +          this.detail = {
 | 
											
												
													
														|  | 
 |  | +         ...res.data
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +      }catch(e){
 | 
											
												
													
														|  | 
 |  | +        console.log(e)
 | 
											
												
													
														|  | 
 |  | +      }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  |      async getProxList() {
 |  |      async getProxList() {
 | 
											
												
													
														|  |        try {
 |  |        try {
 | 
											
												
													
														|  |          const res = await getProxyUserList({
 |  |          const res = await getProxyUserList({
 | 
											
										
											
												
													
														|  | @@ -201,14 +213,10 @@ export default {
 | 
											
												
													
														|  |          ...getTimes(timer, ["startData", "endData"]),
 |  |          ...getTimes(timer, ["startData", "endData"]),
 | 
											
												
													
														|  |        };
 |  |        };
 | 
											
												
													
														|  |        try {
 |  |        try {
 | 
											
												
													
														|  | -        const res = await getProxyDividend({ ...params });
 |  | 
 | 
											
												
													
														|  | -        this.tableList = res.data.pageData.rows;
 |  | 
 | 
											
												
													
														|  | -        this.rules.total = res.data.pageData.total;
 |  | 
 | 
											
												
													
														|  | -        this.detail = {
 |  | 
 | 
											
												
													
														|  | -          memberCount:res.data.memberCount,
 |  | 
 | 
											
												
													
														|  | -          preTenant:res.data.preTenant,
 |  | 
 | 
											
												
													
														|  | -          tenantAgency:res.data.tenantAgency
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | 
 |  | +        const res = await getProxyDividendList({ ...params });
 | 
											
												
													
														|  | 
 |  | +        this.tableList = res.data.rows;
 | 
											
												
													
														|  | 
 |  | +        this.rules.total = res.data.total;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |        } catch (e) {
 |  |        } catch (e) {
 | 
											
												
													
														|  |          console.log(e);
 |  |          console.log(e);
 | 
											
												
													
														|  |        }
 |  |        }
 |