积分明细

This commit is contained in:
liuye
2023-01-04 09:56:55 +08:00
parent 2c4e83a19b
commit d1b0912164

View File

@@ -66,7 +66,8 @@
this.$http.post("/app/appscoredetail/list", null, { this.$http.post("/app/appscoredetail/list", null, {
params: { params: {
size: 10, size: 10,
current: this.current current: this.current,
sysUserId: this.user.id
} }
}).then(res => { }).then(res => {
if (res && res.data) { if (res && res.data) {