Commit acc19762 authored by 张海景's avatar 张海景

update:合并生产报工

parent 1ee48538
...@@ -1806,15 +1806,19 @@ export default { ...@@ -1806,15 +1806,19 @@ export default {
}, },
}) })
} }
if (res.msg === '') { }
if (!res.msg) {
this.$u.toast('上报成功'); this.$u.toast('上报成功');
} else { } else {
this.$u.toast(res.msg); this.$u.toast(res.msg);
} }
this.getTaskList(); this.getTaskList();
} }
}); });
});
})
}, },
feedingInspectionShow() { feedingInspectionShow() {
this.feedingInspectionVisible = true; this.feedingInspectionVisible = true;
......
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