From 0966e8c40ca6030c8257350cc1e18c137afa12ac Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 22 Nov 2023 11:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93=E8=B4=A8?= =?UTF-8?q?=E6=8A=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue | 7 ++----- .../src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue b/supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue index 106d590a..bb6a74ed 100644 --- a/supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue +++ b/supervise-enterprise-ui/src/views/Rkzysq/rkzyAdd.vue @@ -85,10 +85,7 @@ export default { return { title: '', submitdisabled: false, - projectSidList: [{ - entryName: '喜相随贸易保证贷款项目', - sid: '99a0bb0e-539f-4d87-8ec7-1e079b0ecffe' - }], + projectSidList: [], formobj: { userSid: '', createByName: '', @@ -102,7 +99,7 @@ export default { } }, created() { - // this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList')) + this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList')) }, methods: { showAdd() { diff --git a/supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue b/supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue index 361bf651..e1f40f04 100644 --- a/supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue +++ b/supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue @@ -99,6 +99,7 @@ export default { } }, created() { + this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList')) console.log('url:' + window.location.href) var one = window.location.href.indexOf('&data') + 6 const data = window.location.href.substr(one) // url解码unescape()已从web中移除,尽量不使用