[修改综法下单]
This commit is contained in:
@@ -208,7 +208,12 @@
|
||||
value: subData[key]
|
||||
})
|
||||
}
|
||||
synthPost(this.$Route.query.synthesisId, {...dataArr}).then(res => {
|
||||
synthPost(this.$Route.query.synthesisId, {
|
||||
data: dataArr,
|
||||
type: 'self',
|
||||
channel: 'h5',
|
||||
user_id: ''
|
||||
}).then(res => {
|
||||
this.disabled = true
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
|
||||
Reference in New Issue
Block a user