This commit is contained in:
parent
abf68c1570
commit
b8f5a88a65
|
|
@ -206,6 +206,7 @@ const onCameraSuccess = (file) => {
|
|||
id: opts.id,
|
||||
leaseSignUrl: signUrl,
|
||||
leaseSignType: signType.value,
|
||||
taskType: opts.taskType || ''
|
||||
}
|
||||
console.log('🚀 ~ success: ~ params:', params)
|
||||
updateLeaseApplyInfoSign(params).then((res) => {
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ const onSignature = (e, item) => {
|
|||
leaseSignUrl: item.leaseSignUrl,
|
||||
leaseSignType: item.leaseSignType,
|
||||
isLease: true,
|
||||
taskType: item.taskType,
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: `/pages/my/signature?params=${JSON.stringify(params)}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue