This commit is contained in:
shijingjing
2022-08-31 17:43:01 +08:00
parent 564a4e57d8
commit 6c99807d85

View File

@@ -367,7 +367,7 @@ export default {
}, },
getRulesList() { getRulesList() {
this.instance this.instance
.post(`/app/appintegralsystemrule/list?current=1&sizes=3000`) .post(`/app/appintegralsystemrule/list?current=1&size=3000`)
.then((res) => { .then((res) => {
if (res?.data) { if (res?.data) {
this.rulesOps = this.toTree(res.data.records); this.rulesOps = this.toTree(res.data.records);