查询参数

This commit is contained in:
liuye
2022-05-13 17:31:40 +08:00
parent 60b5f4401c
commit 52ab0ee654
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ export default {
},
getList() {// 积分明细列表
// var url = `/app/appvillagerintegraldetail/IntegralList?residentId=00255e188d1225f3fe022cb4eed44a84&type=${this.tabIndex}&current=${this.current}&size=10` //积分明细
let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&type=0&current=${this.current}&size=10` //积分明细
let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&queryType=0&current=${this.current}&size=10` //积分明细
this.$instance.post(url).then(res => {
if (res?.data) {
if (this.current > res.data.pages) {

View File

@@ -101,7 +101,7 @@ export default {
getList() {// 积分明细列表
// var url = `/app/appvillagerintegraldetail/IntegralList?residentId=00255e188d1225f3fe022cb4eed44a84&type=${this.tabIndex}&current=${this.current}&size=10` //积分明细
let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&type=1&current=${this.current}&size=10` //积分明细
let url = `/app/appvillagerintegraldetail/IntegralList?residentId=${this.user.residentId}&queryType=1&current=${this.current}&size=10` //积分明细
this.$instance.post(url).then(res => {
if (res?.data) {
if (this.current > res.data.pages) {