Merge remote-tracking branch 'origin/dev' into build

This commit is contained in:
aixianling
2022-09-01 09:02:27 +08:00

View File

@@ -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);