fix: 修改一些bug
This commit is contained in:
		@@ -109,7 +109,7 @@ export default {
 | 
			
		||||
      data: {},
 | 
			
		||||
      form: {
 | 
			
		||||
        current:1,
 | 
			
		||||
        pages:10,
 | 
			
		||||
        size:10,
 | 
			
		||||
        operatorType:'',
 | 
			
		||||
        girdCode:'',
 | 
			
		||||
        shopName:'',
 | 
			
		||||
@@ -118,7 +118,8 @@ export default {
 | 
			
		||||
        girdCode:'',
 | 
			
		||||
        fiveStartTime:new Date().getMonth().toString(),
 | 
			
		||||
        storeLevel:'5',
 | 
			
		||||
        pages:1000
 | 
			
		||||
        current:1,
 | 
			
		||||
        size:1000
 | 
			
		||||
      },
 | 
			
		||||
      cardList: [
 | 
			
		||||
        {
 | 
			
		||||
@@ -181,7 +182,8 @@ export default {
 | 
			
		||||
    async countByFiveStars(){
 | 
			
		||||
      try {
 | 
			
		||||
        const {code, data:{records}} = await this.instance.post('/app/appShopStatistics/countByFiveStars',null,{
 | 
			
		||||
          pages:1000
 | 
			
		||||
          current:1,
 | 
			
		||||
          size:1000
 | 
			
		||||
        })
 | 
			
		||||
        if (code === 0) {
 | 
			
		||||
          this.chartList = records?.reverse() || []
 | 
			
		||||
@@ -197,7 +199,7 @@ export default {
 | 
			
		||||
    async girdList() {
 | 
			
		||||
      try {
 | 
			
		||||
        const {code, data:{records}} = await this.instance.post('/app/appShopStatistics/girdList',null,{
 | 
			
		||||
          pages:1000
 | 
			
		||||
          size:1000
 | 
			
		||||
        })
 | 
			
		||||
        if (code === 0) {
 | 
			
		||||
          this.gridList = records?.map(item=>{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user