2 lines
922 B
JavaScript
2 lines
922 B
JavaScript
import{aq as t}from"./bootstrap-D-ZoMY6-.js";function u(e){return t.get("/system/user/page",{params:e})}function n(e){return t.get(`/system/user/get?id=${e}`)}function a(e){return t.post("/system/user/create",e)}function o(e){return t.put("/system/user/update",e)}function i(e){return t.delete(`/system/user/delete?id=${e}`)}function p(e){return t.delete(`/system/user/delete-list?ids=${e.join(",")}`)}function d(e){return t.download("/system/user/export-excel",{params:e})}function m(){return t.download("/system/user/get-import-template")}function l(e,s){return t.upload("/system/user/import",{file:e,updateSupport:s})}function c(e,s){return t.put("/system/user/update-password",{id:e,password:s})}function f(e,s){return t.put("/system/user/update-status",{id:e,status:s})}function y(){return t.get("/system/user/simple-list")}export{u as a,p as b,n as c,i as d,d as e,o as f,y as g,a as h,l as i,m as j,c as r,f as u};
|