From 9a6b2ea3a0ee6e402c5e0b05769971af22466ea5 Mon Sep 17 00:00:00 2001 From: zhangyanli Date: Tue, 6 Feb 2024 14:27:22 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/hidden_view/index.vue | 10 +++++----- .../components/un_qualified.vue | 7 ++++++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/hidden_view/index.vue b/src/components/hidden_view/index.vue index 400fbb6..6ef3171 100644 --- a/src/components/hidden_view/index.vue +++ b/src/components/hidden_view/index.vue @@ -28,19 +28,19 @@ diff --git a/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue b/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue index cc6033d..9d23d04 100644 --- a/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue +++ b/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue @@ -124,7 +124,12 @@ const fnSubmit = debounce( RECORDITEM_ID: props.info.RECORDITEM_ID, RISKITEM_ID: props.info.LISTCHECKITEM_ID, LONGITUDE: props.longitude, - LATITUDE: props.latitude, + CHECK_CATEGORY: props.info.CHECK_CATEGORY, + CHECK_CATEGORY_NAME: props.info.CHECK_CATEGORY_NAME, + CHECK_ITEM: props.info.CHECK_ITEM, + CHECK_ITEM_NAME: props.info.CHECK_ITEM_NAME, + CHECK_STANDARD: props.info.CHECK_STANDARD, + REFERENCE_BASIS: props.info.REFERENCE_BASIS, }; const resData = props.listType === 1