This commit is contained in:
yanran200730
2023-02-22 16:19:17 +08:00
parent c9f8b5939c
commit 780b520878

View File

@@ -302,10 +302,6 @@ export default {
.then((res) => {
if (res?.data) {
this.rulesOps = this.toTree(res.data.records);
this.rulesOps.push({
ruleName: "自定义",
id: "自定义",
});
}
});
},