Commit d1731ca4 authored by Mac's avatar Mac

1

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