[修改综法下单]

This commit is contained in:
2023-05-16 10:04:46 +08:00
parent d61dde8bd8
commit b84661015a
7 changed files with 50 additions and 24 deletions

View File

@@ -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: '提交成功',