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