upload project source code

This commit is contained in:
2026-04-30 18:49:43 +08:00
commit 9b394ba682
2277 changed files with 660945 additions and 0 deletions

View File

@@ -0,0 +1 @@
import{l as t}from"./index.BY9tP75-.js";const e="/system/dept",a={listDept:a=>t({url:`${e}/tree`,method:"get",params:a}),detailDept:a=>t({url:`${e}/detail/${a}`,method:"get"}),createDept:a=>t({url:`${e}/create`,method:"post",data:a}),updateDept:(a,d)=>t({url:`${e}/update/${a}`,method:"put",data:d}),deleteDept:a=>t({url:`${e}/delete`,method:"delete",data:a}),batchDept:a=>t({url:`${e}/available/setting`,method:"patch",data:a})};export{a as D};