变更
This commit is contained in:
@@ -62,7 +62,6 @@ export function materialAbnormalStart(query) {
|
||||
}
|
||||
|
||||
|
||||
// /work/material/abnormal_start
|
||||
export function stepFinishError(batchId) {
|
||||
return request({
|
||||
url: '/work/step/finishError/'+batchId,
|
||||
@@ -70,7 +69,6 @@ export function stepFinishError(batchId) {
|
||||
})
|
||||
}
|
||||
|
||||
// /work/material/abnormal_start
|
||||
export function materialNextError(query) {
|
||||
return request({
|
||||
url: '/work/material/nextError',
|
||||
@@ -79,7 +77,6 @@ export function materialNextError(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// /work/material/abnormal_start
|
||||
export function stepCheckAbnormal(batchId) {
|
||||
return request({
|
||||
url: '/work/step/check_abnormal/'+batchId,
|
||||
|
||||
Reference in New Issue
Block a user