Commit 97d94b02 authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'develop' of http://gitlab.91isoft.com:90/car-test/web into develop

parents 39052f7b 4e607736
...@@ -163,3 +163,21 @@ export function getTaskById(data) { ...@@ -163,3 +163,21 @@ export function getTaskById(data) {
data data
}) })
} }
// 暂存任务
export function temporaryTask(data) {
return request({
url: '/task/temporaryStorage',
method: 'post',
data
})
}
export function getTemporaryStorage(data) {
return request({
url: '/task/getTemporaryStorage',
method: 'post',
data
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment