Commit 8d77c9e6 authored by zhengyi's avatar zhengyi

复制订单提交bug修复

parent fbcd9094
......@@ -2055,7 +2055,7 @@ export default {
that.getType()
if(that.params.orderItemVOList.length>0){
that.params.orderItemVOList.forEach((item,index)=>{
if (this.$route.query.copy && this.$route.query.copy == 1) {
if (copy) {
item = {
link: item.link,
prodId: item.prodId,
......
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