From 780b520878cdee2c5996b55a96871476c1388902 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 22 Feb 2023 16:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qujing/app/AppResidentCredits/components/Rule.vue | 4 ---- 1 file changed, 4 deletions(-) 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: "自定义", - }); } }); },