mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 15:06:45 +08:00
[FIX]【自助入司优化】签名-申请人签名完成后,app端担保人签名页面跳转问题
This commit is contained in:
@@ -144,9 +144,6 @@ export default {
|
||||
this.agreementQuery()
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.timeOut()
|
||||
},
|
||||
methods: {
|
||||
//获取签署协议人信息
|
||||
agreementQuery() {
|
||||
|
||||
@@ -120,7 +120,7 @@ export default {
|
||||
}
|
||||
if (this.$route.query.dialogFlag) {
|
||||
Dialog.alert({
|
||||
message: '签名成功,请点击“确认”按钮并联系申请人进行后续操作!'
|
||||
message: '签名成功,请联系申请人进行后续操作!'
|
||||
}).then(() => {})
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -1046,10 +1046,18 @@ export function getAgreementNextPagePath(signList, code, appntSign) {
|
||||
return nextPagePath
|
||||
function go(list) {
|
||||
//此方法内剔除当前页面是否签署
|
||||
if (code == '1') {
|
||||
if (appntSign.signStateD == '0') {
|
||||
nextPagePath = list.length > 1 ? list[1].path : 'signContract'
|
||||
} else {
|
||||
nextPagePath = list.length > 0 ? list[0].path : 'signContract'
|
||||
}
|
||||
} else {
|
||||
if (appntSign.signState == '0') {
|
||||
nextPagePath = list.length > 1 ? list[1].path : 'signContract'
|
||||
} else {
|
||||
nextPagePath = list.length > 0 ? list[0].path : 'signContract'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user