Commit b8c1e399 authored by ganke's avatar ganke

fix: 提交送货计划协同数据报错的问题修复

parent 778d7669
......@@ -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