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({