Commit d1731ca4 authored by Mac's avatar Mac

1

parent 67c6edc3
...@@ -665,12 +665,7 @@ ...@@ -665,12 +665,7 @@
Remark: item.Remark, Remark: item.Remark,
OrderDetailIdList: [], OrderDetailIdList: [],
} }
this.fahuoList = []; this.fahuoList = item.GoodsList;
dataInfo.DetailList.forEach(x=>{
if(x.Id == item.GoodsList[0].Id){
this.fahuoList.push(x)
}
})
this.$nextTick(() => { this.$nextTick(() => {
for (let i = 0; i < this.fahuoList.length; i++) { for (let i = 0; i < this.fahuoList.length; i++) {
this.$refs.fahuoTable.toggleRowSelection( this.$refs.fahuoTable.toggleRowSelection(
......
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