This commit is contained in:
zk
2023-12-21 09:02:45 +08:00
parent 1c65f18bab
commit 9230f659c1
34 changed files with 473 additions and 327 deletions
+2
View File
@@ -4,6 +4,7 @@ enum Api {
code = '/sys/dictItem/list',
}
//锻炼字典
export const getCodeInfo = (params: any) =>
get(Api.code, {
pageNo: 1,
@@ -11,3 +12,4 @@ export const getCodeInfo = (params: any) =>
dictId: '1722171687208849409',
...params,
});
export const montionFieldNames = { label: 'itemText', value: 'itemValue' };