From 3b834d74e54760cf4173d46fc89fe5e1bd0cf36b Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Wed, 23 Apr 2025 14:14:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=9F=BF=E4=BA=A7=E4=B8=93=E9=A2=98?= =?UTF-8?q?=E5=9B=BE=E6=96=91=E6=9D=A5=E6=BA=90=E4=BF=AE=E6=94=B9rollback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../illegalmining/mainaudit/InfoModal/index.vue | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue b/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue index f5f8653b..e70f5c5b 100644 --- a/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue +++ b/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue @@ -64,9 +64,9 @@
-
图斑来源:
-
- +
详细地址:
+
+
@@ -229,12 +229,7 @@ -
-
详细地址:
-
- -
-
+
From 287c73035a3e33b30cab753382bc6e65bcf50c93 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Wed, 23 Apr 2025 14:22:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=BF=9D=E6=B3=95=E7=94=A8=E5=9C=B0?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E8=AF=A6=E6=83=85=E9=A1=B5=E5=9B=BE=E6=96=91?= =?UTF-8?q?=E6=9D=A5=E6=BA=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Audit/InfoModal/index.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/Audit/InfoModal/index.vue b/src/components/Audit/InfoModal/index.vue index 3a46cc60..d82e9e74 100644 --- a/src/components/Audit/InfoModal/index.vue +++ b/src/components/Audit/InfoModal/index.vue @@ -104,12 +104,18 @@
-
+
图斑来源:
- +
+
@@ -275,6 +281,7 @@ const props = defineProps(['infoData','control','type','modalLoading']) const emits = defineEmits(['handleOk','closeModal','closeCase','reSubmit','changeLoading']) const typenameOptions = ref([]) +const tubanlaiyuanOptions = ref([]) const countyOptions = ref([]) const streetOptions = ref([]) const communityOptions = ref([]) @@ -305,6 +312,14 @@ onMounted(() => { } }) }) + getLoad({code: 'wfydtbly'}).then(res => { + tubanlaiyuanOptions.value = res.map(item => { + return { + label: item.itemName, + value: item.itemValue + } + }) + }) getChildrenTree({ parentId: 371300 }).then(res => { countyOptions.value = res.map(item => { return {