[修改综法下单]
This commit is contained in:
@@ -206,8 +206,12 @@
|
||||
value: subData[key]
|
||||
})
|
||||
}
|
||||
|
||||
yearSynthPost(this.$Route.query.serveId, {...dataArr}).then(res => {
|
||||
yearSynthPost(this.$Route.query.serveId, {
|
||||
data: dataArr,
|
||||
type: 'self',
|
||||
channel: 'h5',
|
||||
user_id: ''
|
||||
}).then(res => {
|
||||
this.disabled = true
|
||||
this.expressSheet(res.service_order_id, res.order_type, res.can, res.price )
|
||||
}).catch( err => {
|
||||
|
||||
Reference in New Issue
Block a user