Your Name
2022-08-20 f90ee55e6d63cd02c2b883bd5bd942c487fce56a
src/api/systemManage/user/index.ts
@@ -32,6 +32,12 @@
                url: import.meta.env.VITE_API_URL + `/account/dep/list?depId=${depId == null ? '' : depId}`,
                method: 'get'
            });
        },
        getAllUser: () => {
            return request({
                url: import.meta.env.VITE_API_URL + `/account/list`,
                method: 'get'
            });
        }
    };
}