党员积分 列表完成

This commit is contained in:
aixianling
2022-04-18 16:36:09 +08:00
parent 285fc7aaa9
commit 0c69a922a5
3 changed files with 12 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ export default {
methods: {
getDetail() {
let {id} = this.$route.query
this.instance.post("/app/apppartyintegralinfo/list", null, {
this.instance.post("/app/appparty/list", null, {
params: {id}
}).then(res => {
if (res?.data) {