diff --git a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreRules.vue b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreRules.vue index 54a28192..5653dcd2 100644 --- a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreRules.vue +++ b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreRules.vue @@ -367,7 +367,7 @@ export default { }, getRulesList() { this.instance - .post(`/app/appintegralsystemrule/list?current=1&sizes=3000`) + .post(`/app/appintegralsystemrule/list?current=1&size=3000`) .then((res) => { if (res?.data) { this.rulesOps = this.toTree(res.data.records);