mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
测试5
This commit is contained in:
@@ -334,33 +334,33 @@ export default {
|
|||||||
alert(appntNodeNew)
|
alert(appntNodeNew)
|
||||||
auditCheck(params).then(res => {
|
auditCheck(params).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
if(res.content){
|
// if(res.content){
|
||||||
this.$dialog.alert({
|
// this.$dialog.alert({
|
||||||
className: 'dialog-alert',
|
// className: 'dialog-alert',
|
||||||
title: '提示',
|
// title: '提示',
|
||||||
message: res.content,
|
// message: res.content,
|
||||||
confirmButtonColor: '#ee0a24',
|
// confirmButtonColor: '#ee0a24',
|
||||||
confirmButtonText: '确认'
|
// confirmButtonText: '确认'
|
||||||
}).then(() => {
|
// }).then(() => {
|
||||||
this.$jump({
|
// this.$jump({
|
||||||
flag: 'h5',
|
// flag: 'h5',
|
||||||
extra: {
|
// extra: {
|
||||||
url: location.origin + `/#/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}`,
|
// url: location.origin + `/#/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}`,
|
||||||
pullRefresh: '1' //1:需要开启下拉刷新
|
// pullRefresh: '1' //1:需要开启下拉刷新
|
||||||
},
|
// },
|
||||||
routerInfo: { path: `/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}` }
|
// routerInfo: { path: `/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}` }
|
||||||
})
|
// })
|
||||||
})
|
// })
|
||||||
}else{
|
// }else{
|
||||||
this.$jump({
|
// this.$jump({
|
||||||
flag: 'h5',
|
// flag: 'h5',
|
||||||
extra: {
|
// extra: {
|
||||||
url: location.origin + `/#/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}`,
|
// url: location.origin + `/#/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}`,
|
||||||
pullRefresh: '1' //1:需要开启下拉刷新
|
// pullRefresh: '1' //1:需要开启下拉刷新
|
||||||
},
|
// },
|
||||||
routerInfo: { path: `/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}` }
|
// routerInfo: { path: `/agentEenter/approve/BasicInfo/${baseId}/${this.branchType}/${this.approveName}/${appntNode}` }
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
} else {
|
} else {
|
||||||
this.$toast(res.resultMessage)
|
this.$toast(res.resultMessage)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user