查询参数
This commit is contained in:
		@@ -103,7 +103,7 @@ export default {
 | 
			
		||||
    },
 | 
			
		||||
    getList() {// 积分明细列表
 | 
			
		||||
      // var url = `/app/appvillagerintegraldetail/IntegralList?residentId=00255e188d1225f3fe022cb4eed44a84&type=${this.tabIndex}¤t=${this.current}&size=10`  //积分明细
 | 
			
		||||
      let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&type=0¤t=${this.current}&size=10`  //积分明细
 | 
			
		||||
      let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&queryType=0¤t=${this.current}&size=10`  //积分明细
 | 
			
		||||
      this.$instance.post(url).then(res => {
 | 
			
		||||
        if (res?.data) {
 | 
			
		||||
          if (this.current > res.data.pages) {
 | 
			
		||||
 
 | 
			
		||||
@@ -101,7 +101,7 @@ export default {
 | 
			
		||||
    
 | 
			
		||||
    getList() {// 积分明细列表
 | 
			
		||||
      // var url = `/app/appvillagerintegraldetail/IntegralList?residentId=00255e188d1225f3fe022cb4eed44a84&type=${this.tabIndex}¤t=${this.current}&size=10`  //积分明细
 | 
			
		||||
      let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&type=1¤t=${this.current}&size=10`  //积分明细
 | 
			
		||||
      let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&queryType=1¤t=${this.current}&size=10`  //积分明细
 | 
			
		||||
      this.$instance.post(url).then(res => {
 | 
			
		||||
        if (res?.data) {
 | 
			
		||||
          if (this.current > res.data.pages) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user