Commit 78192b5d authored by rex's avatar rex

修复 新增的时候 没有调用转字段功能

parent 7fdc62bf
......@@ -56,7 +56,7 @@ function DeliveryNoteAddForm() {
service.getDetailById(id).then(res => {
form.setFieldsValue({
deliveryOrderId: id,
...res
...noteService.formatField(res)
})
setOuterHistoryList(res.outerHistoryList)
})
......
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