upload project source code
This commit is contained in:
1
后端源码/yifan.action-ai.cn/index/js/dept.DTclm3Og.js
Normal file
1
后端源码/yifan.action-ai.cn/index/js/dept.DTclm3Og.js
Normal file
@@ -0,0 +1 @@
|
||||
import{l as t}from"./index.DvZY56Zp.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};
|
||||
Reference in New Issue
Block a user