工作流表单+模型代码提交
This commit is contained in:
@@ -8,6 +8,15 @@ export function dictTypeList(data: any) {
|
||||
})
|
||||
}
|
||||
|
||||
export function dictTypeListAll() {
|
||||
return request({
|
||||
url: '/system-boot/dictType/listAll',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function dictTypeUpdate(data: any) {
|
||||
return request({
|
||||
url: '/system-boot/dictType/update',
|
||||
|
||||
Reference in New Issue
Block a user