From 2048d90bc36734b2b892b5247081cdab721b37cd Mon Sep 17 00:00:00 2001 From: wangpeng Date: Tue, 20 Feb 2024 15:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E6=B8=85=E5=8D=95=E6=8E=92?= =?UTF-8?q?=E6=9F=A5=E6=BC=8F=E4=BC=A0=E6=A3=80=E6=9F=A5=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom/list-item-check-list.vue | 5 ++++- .../hidden-danger-check-standard/custom/list-item.vue | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/application/hidden-danger-check-standard/custom/list-item-check-list.vue b/pages/application/hidden-danger-check-standard/custom/list-item-check-list.vue index a8850d7..df1a9a7 100644 --- a/pages/application/hidden-danger-check-standard/custom/list-item-check-list.vue +++ b/pages/application/hidden-danger-check-standard/custom/list-item-check-list.vue @@ -76,7 +76,8 @@ permissionID:'', noClick:true, buttonloading: false, - listId:'', + listId: '', + CHECK_ITEM: '', listName:'', baoBaoType:'', list: [], @@ -85,6 +86,7 @@ } }, onLoad(e){ + this.CHECK_ITEM = e.CHECK_ITEM this.listId=e.listId; this.listName=e.listName; this.baoBaoType=e.baoBaoType @@ -114,6 +116,7 @@ }, data: { CUSTOM_ID: _this.listId, + CHECK_ITEM: _this.CHECK_ITEM, USER_NAME : loginUser.NAME, CORPINFO_ID:loginUser.CORPINFO_ID, USER_ID:loginUser.USER_ID, diff --git a/pages/application/hidden-danger-check-standard/custom/list-item.vue b/pages/application/hidden-danger-check-standard/custom/list-item.vue index 1c05dca..31f337f 100644 --- a/pages/application/hidden-danger-check-standard/custom/list-item.vue +++ b/pages/application/hidden-danger-check-standard/custom/list-item.vue @@ -161,9 +161,7 @@ uni.navigateTo({ url: '/pages/application/hidden-danger-check-standard/custom/list-item-check-list?CHECK_ITEM=' + e.CHECK_ITEM + "&listId=" + this.listId + '&listName=' + this.listName + - "&CHECKRECORD_ID=" + (this.CHECKRECORD_ID ? this.CHECKRECORD_ID : '') + "&baoBaoType=" + - this - .baoBaoType + "&CHECKRECORD_ID=" + (this.CHECKRECORD_ID ? this.CHECKRECORD_ID : '') + "&baoBaoType=" + this.baoBaoType }); } // uni.navigateTo({