From 383624716431287557eb988ea87904927c613a22 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 1 Dec 2023 09:59:58 +0800 Subject: [PATCH] 1 --- supervise-portal-ui/src/views/flow/havereadList.vue | 3 ++- supervise-portal-ui/src/views/flow/tobereadList.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/supervise-portal-ui/src/views/flow/havereadList.vue b/supervise-portal-ui/src/views/flow/havereadList.vue index c32db149..2afd47f8 100644 --- a/supervise-portal-ui/src/views/flow/havereadList.vue +++ b/supervise-portal-ui/src/views/flow/havereadList.vue @@ -251,7 +251,7 @@ export default { } selectUrl(this.selectUrl_list).then((response) => { if (response.success && response.data.url !== '') { - // this.url = 'http://127.0.0.1:9531' + '/production/#/paichanguanli/haveDone' + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) + // this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) this.url = 'http://jg.yyundong.com/' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) // this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) } else if (response.success && response.data.url === '') { @@ -270,6 +270,7 @@ export default { }) } }) + console.log(this.url, 99999) this.getFlowRecordList(row.procInsId, row.procDefId) this.centerDialogVisible = true }, diff --git a/supervise-portal-ui/src/views/flow/tobereadList.vue b/supervise-portal-ui/src/views/flow/tobereadList.vue index 156a38d3..3354855b 100644 --- a/supervise-portal-ui/src/views/flow/tobereadList.vue +++ b/supervise-portal-ui/src/views/flow/tobereadList.vue @@ -242,7 +242,7 @@ export default { } selectUrl(this.selectUrl_list).then((response) => { if (response.success && response.data.url !== '') { - // this.url = 'http://127.0.0.1:9531' + '/production/#/paichanguanli/haveDone' + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) + // this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) this.url = 'http://jg.yyundong.com/' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) // this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) } else if (response.success && response.data.url === '') {