diff --git a/project/qujing/app/AppResidentCredits/components/Rule.vue b/project/qujing/app/AppResidentCredits/components/Rule.vue index e2b3a019..ba07d9fb 100644 --- a/project/qujing/app/AppResidentCredits/components/Rule.vue +++ b/project/qujing/app/AppResidentCredits/components/Rule.vue @@ -302,10 +302,6 @@ export default { .then((res) => { if (res?.data) { this.rulesOps = this.toTree(res.data.records); - this.rulesOps.push({ - ruleName: "自定义", - id: "自定义", - }); } }); },