| 1 |
- import{ak as o,ap as n}from"./index.js";const a=[{title:"常量编码",dataIndex:"code"},{title:"常量名称",dataIndex:"name"},{title:"目录",dataIndex:"cateId"}],s=[{label:"常量编码",field:"code",component:"Input",componentProps:{placeholder:"请输入常量编码"}},{label:"常量名称",field:"name",component:"Input",componentProps:{placeholder:"请输入常量名称"}}],l=[{label:"常量名称",field:"name",required:!0,component:"Input",componentProps:{placeholder:"请输入常量名称"}},{label:"常量编码",field:"code",required:!0,component:"Input",componentProps:{placeholder:"请输入常量编码"}},{label:"目录",field:"cateId",required:!0,component:"Input",componentProps:{placeholder:"请输入目录"}},{label:"备注",field:"remark",component:"InputTextArea",componentProps:{placeholder:"请输入备注"},colProps:{span:24}}],r=[{label:"常量名称",field:"name"},{label:"备注",field:"remark"},{label:"常量编码",field:"code"},{label:"目录",field:"cateId"}],c=e=>o.post({url:"/sys/constant/config/query/page",params:n(e)}),d=e=>o.get({url:"/sys/constant/config/detail/"+e}),p=e=>o.post({url:"/sys/constant/config/add",params:e}),i=e=>o.post({url:"/sys/constant/config/edit",params:e}),m=e=>o.post({url:"/sys/constant/config/removeByIds",params:e});export{p as a,i as b,c,l as d,a as e,s as f,m as g,d as s,r as v};
|