This commit is contained in:
闫晓茹 2024-05-22 17:36:47 +08:00
parent 9596cbfa7c
commit a3fd80e068
2 changed files with 982 additions and 749 deletions

View File

@ -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