From 1d3534bcb91119698d72a503eeae69dfeb73ad7f Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 3 Jul 2025 15:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PreliminaryExcavations/components/IntelligentParsing.vue | 4 ++-- .../PreliminaryExcavations/components/model.vue | 5 ++++- .../ExcavationResearch/PreliminaryExcavations/index.vue | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue index 0034773..cd0ab8a 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue @@ -73,7 +73,7 @@ const props = defineProps({ default: () => [] } }); -const emit = defineEmits(['onSearch']) +const emit = defineEmits(['upadate']) const dialogVisible = ref(false); const pageData = reactive({ dtoList: [], @@ -150,7 +150,7 @@ const submitData = () => { qcckPost(validData, "/mosty-gsxt/tbGsxtRqfjRy/saveList").then((res) => { ElMessage.success("新增成功"); dialogVisible.value = false; - emit("onSearch"); + emit("upadate"); close(); }) }; diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/model.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/model.vue index 4f09114..b8b1d0d 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/model.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/model.vue @@ -61,7 +61,10 @@ const submitForm = () =>{ formValidate.value.validate((valid) => { if (!valid) return false; let params = { ids:props.ids, ...listQuery.value } - let url = props.type == '指定分配' ? '/mosty-gsxt/tbGsxtRqfjRy/updateByMj':'/mosty-gsxt/tbGsxtRqfjRy/updateByFxDj' + let url = '' + if( props.type == '警种变更') '/mosty-gsxt/tbGsxtRqfjRy/updateByBm' + if( props.type == '指定分配') '/mosty-gsxt/tbGsxtRqfjRy/updateByMj' + if( props.type == '级别变更') '/mosty-gsxt/tbGsxtRqfjRy/updateByFxDj' qcckPost(params,url).then(res=>{ ElMessage.success("修改成功"); emits('update:modelValue',false) diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue index f2430c4..acd02bc 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue @@ -99,8 +99,8 @@ - - + + @@ -171,6 +171,7 @@ const pageData = reactive({ { label: "现住地址", prop: "ryXzdz" ,showOverflowTooltip:true}, { label: "附件照片", prop: "ryFjZp" ,showOverflowTooltip:true}, { label: "管辖单位", prop: "gxDwDm" ,showOverflowTooltip:true}, + { label: "户籍地址", prop: "ssbm",showOverflowTooltip:true}, { label: "风险等级", prop: "fxDj",showOverflowTooltip:true, showSolt: true }, { label: "风险类别", prop: "fxLb",showOverflowTooltip:true, showSolt: true }, { label: "是否关注", prop: "sfGz",showOverflowTooltip:true, showSolt: true },