Commit 465a659d by linjinhong

FIX:修改问题

parent 44033317
......@@ -491,7 +491,10 @@ export default {
let res = await this.$api.post(
pathMap["downloadBySubOrderNumber"][newType],
{
ids: [this.detail.id],
ids:
this.orderType == "OP"
? [this.detail.podOrderProductId]
: [this.detail.id],
device: this.desktopDevice,
orderType: this.orderType,
forceProduction:
......
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