diff --git a/src/api/system/abnormal.js b/src/api/system/abnormal.js index 34e30a7..e0f01c5 100644 --- a/src/api/system/abnormal.js +++ b/src/api/system/abnormal.js @@ -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, diff --git a/src/views/work/abnormal_process/index.vue b/src/views/work/abnormal_process/index.vue index caa5bb2..2eb0317 100644 --- a/src/views/work/abnormal_process/index.vue +++ b/src/views/work/abnormal_process/index.vue @@ -277,7 +277,8 @@ + style="width: 100%" + >