Commit f4270565 authored by 前端-甘科's avatar 前端-甘科

Merge branch 'fix-v2-220418' into 'v2-220418'

fix: 提交送货计划协同数据报错的问题修复 See merge request linkseeks-design/pro-platform!664
parents 778d7669 b8c1e399
......@@ -59,6 +59,9 @@ function DeliveryNoteAddForm() {
});
noteService.getDetailInfoById(id).then(res => {
console.log(res, 'sssssssss');
res.receiveVO = res.receiverBO; // 重置一下 receiveVO 字段 防止报错 后期可以去掉 因为后台字段不统一导致的
console.log(res);
setReceiveTitle(res)
const target = {
...service.formatField(res),
......
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