Commit 2cbd30e5 authored by 沈翠玲's avatar 沈翠玲

投料校验修改接口

parent 50bb07b0
...@@ -2723,7 +2723,7 @@ export default { ...@@ -2723,7 +2723,7 @@ export default {
const taskInfo = this.tableSelectData[0]; const taskInfo = this.tableSelectData[0];
this.$u.api.validateFeedingInspectionById({ lineId: line.lineId }).then((res2) => { this.$u.api.validateFeedingInspectionById({ lineId: line.lineId }).then((res2) => {
if (res2.code === 200) { if (res2.code === 200) {
t.$u.api.listFeedingInspection({ taskId: taskInfo.taskId }).then((res) => { t.$u.api.listFeedingInspectionlist({ taskId: taskInfo.taskId }).then((res) => {
if (res.code === 200) { if (res.code === 200) {
t.feedingInspectionList = res.data; t.feedingInspectionList = res.data;
} }
......
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