Commit 8297f75b authored by 吴春's avatar 吴春

提交代码

parent c4bb3a80
...@@ -2702,7 +2702,7 @@ ...@@ -2702,7 +2702,7 @@
this.InvoiceVoucherList=data.InvoiceVoucherInfo; this.InvoiceVoucherList=data.InvoiceVoucherInfo;
this.InvoiceVoucherList.forEach(x=>{ this.InvoiceVoucherList.forEach(x=>{
if(x.Type==3){ if(x.Type==3){
this.InvoiceVoucherListImg.push(x.Url) this.InvoiceVoucherListImg.push(x.Content)
} }
}) })
} }
......
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