|
@@ -102,7 +102,7 @@ const searchForm = ref({
|
|
|
//获取任务类型
|
|
|
const tasksType = ref([])
|
|
|
const queryTaskType = async () => {
|
|
|
- const { data } = await mainApi.queryTaskTypeStatus({ typeOrStatus: 'task_type' })
|
|
|
+ const { data } = await mainApi.queryTaskTypeStatus()
|
|
|
tasksType.value = getArrValue(data)
|
|
|
}
|
|
|
|