From 5f2a99822fc0a1218c3b788e55c03359d56917d1 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 5 Jun 2025 09:53:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(bonusDetail):=20=E5=A5=96=E9=87=91=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4=EF=BC=8C=E5=88=A0=E9=99=A4=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementCenter/bonusDetail/index.vue | 411 +----------------- 1 file changed, 6 insertions(+), 405 deletions(-) diff --git a/src/views/settlementCenter/bonusDetail/index.vue b/src/views/settlementCenter/bonusDetail/index.vue index 5a44196..d9631d5 100644 --- a/src/views/settlementCenter/bonusDetail/index.vue +++ b/src/views/settlementCenter/bonusDetail/index.vue @@ -171,33 +171,24 @@ :formatter="stateFormat" /> - + /> --> - - - - - - - - - - - - - { - // this.dataList.forEach((item) => { - // res.data.forEach((items) => { - // if (item.name == items) { - // item.key = items - // } - // }) - // }) - // this.flag = true - // }) - // }, + getUserRole() { getRoleMenu('BonusDetail').then((res) => { const obj = {} @@ -869,17 +481,6 @@ export default { this.pkVertex = [] this.pkMemberTeam = [] }, - getMenu(e, id) { - if (e && id == 0) { - this.menuList.forEach((item) => { - this.$set(item, 'checked', true) - }) - } else if (!e && id == 0) { - this.menuList.forEach((item) => { - this.$set(item, 'checked', false) - }) - } - }, getData() { api.accountList().then((res) => { this.acList = res.data