Your Name
2022-06-28 88915d2edd6b1c3439bb3b616a55ea633a8ed143
'lct'
2 files modified
2 ■■■■■ changed files
src/stores/userInfo.ts 1 ●●●● patch | view | raw | blame | history
src/views/system/role/index.vue 1 ●●●● patch | view | raw | blame | history
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
src/views/system/role/index.vue
@@ -136,7 +136,6 @@
                .catch(() => {});
        };
        const handleSearch = () => {
            debugger
            initTableData()
        }
        // 分页改变