修改
This commit is contained in:
parent
9596cbfa7c
commit
a3fd80e068
@ -7,6 +7,13 @@ export function taskPartitionList(taskTypeId) {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
export function list(parentDictCode) {
|
||||
return request({
|
||||
url: `/system/dict/data/list?parentDictCode=${parentDictCode}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
// 任务类型
|
||||
export function selectTaskTypeList() {
|
||||
return request({
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user