From 88915d2edd6b1c3439bb3b616a55ea633a8ed143 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 28 六月 2022 17:14:48 +0800 Subject: [PATCH] 'lct' --- src/stores/userInfo.ts | 1 - src/views/system/role/index.vue | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/stores/userInfo.ts b/src/stores/userInfo.ts index 1408dfa..f04e50b 100644 --- a/src/stores/userInfo.ts +++ b/src/stores/userInfo.ts @@ -21,7 +21,6 @@ }), actions: { async setUserInfos(value: any) { - debugger this.userInfos.userName = value.username this.userInfos.uid = value.id this.userInfos.roles = value.role diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 7835197..93ec4b2 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -136,7 +136,6 @@ .catch(() => {}); }; const handleSearch = () => { - debugger initTableData() } // 分页改变 -- Gitblit v1.9.2