积分
This commit is contained in:
@@ -302,10 +302,6 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.rulesOps = this.toTree(res.data.records);
|
this.rulesOps = this.toTree(res.data.records);
|
||||||
this.rulesOps.push({
|
|
||||||
ruleName: "自定义",
|
|
||||||
id: "自定义",
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user