size
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user