Commit 278c1b85 authored by Damon's avatar Damon

fix: 订单详情设置订单ID

parent 1aaba72f
......@@ -460,7 +460,10 @@ export default {
// this.getOrderPartsSum() // 备件单数量
}
},
onShow() {
onShow(option) {
if (option && option.id) {
this.orderId = option.id
}
if (this.uploadTask.length > 0) {
upload.uploadImageTask(this)
}
......
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