This commit is contained in:
2025-07-15 15:20:00 +08:00
parent 9dc7c91c3a
commit ca191dfc48
2 changed files with 22 additions and 22 deletions

View File

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