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