Commit c7c700c2 authored by 李苏's avatar 李苏 💬

fill back kcsl into the djsl of the sub-table.

parent 4df5df1d
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
let length = this.formDetail.length let length = this.formDetail.length
this.formDetail.splice(0, length) this.formDetail.splice(0, length)
list.forEach(item => { list.forEach(item => {
// item.bcsl=item.kcsl item.djsl=item.kcsl
item.lydjid = item.id item.lydjid = item.id
delete item.id delete item.id
this.formDetail.push(_.cloneDeep(item)) this.formDetail.push(_.cloneDeep(item))
......
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