Commit b90bab2c authored by zhengyi's avatar zhengyi

web端复制订单逻辑修改

parent 7bdab285
......@@ -323,7 +323,7 @@ export default {
}).catch(() => {})
},
handleCopy(row){
this.handleUpdate({ orderId: row, copy: true })
this.handleUpdate(row, true )
// copyOrder(row.orderId).then((res) => {
// this.handleUpdate({ orderId: res.data})
// })
......
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