diff --git a/src/components/negative/dialog.vue b/src/components/negative/dialog.vue index eb9cf44..4b7cfe8 100644 --- a/src/components/negative/dialog.vue +++ b/src/components/negative/dialog.vue @@ -1,6 +1,7 @@ @@ -811,14 +817,20 @@ const handleWatchDetail = async (row) => { } // endregion - +const mailboxShow = ref(false) // region 办理详情 // const show = ref(false); const activeNegativeId = ref(""); function handleActionDetail(row) { - debugger - show.value = true; - activeNegativeId.value = row.negativeId; + console.log('办理详情', row) + if (row.problemSources === '局长信箱') { + mailboxShow.value = true; + activeNegativeId.value = row.originId; + } else { + show.value = true; + activeNegativeId.value = row.negativeId; + } + } // endregion diff --git a/src/views/work/Query.vue b/src/views/work/Query.vue index d6e4679..1f04659 100644 --- a/src/views/work/Query.vue +++ b/src/views/work/Query.vue @@ -812,6 +812,12 @@ ref="negativeDialogRef" /> + +
@@ -1235,8 +1241,6 @@ async function updateQuery() { await nextTick() } - - if (route.query.extensionFlag === "true") { query.value.extensionFlag = true; query.value.processingStatus = ['signing', 'processing', 'approval']; @@ -1250,10 +1254,16 @@ onMounted(() => { const show = ref(false); const activeNegativeId = ref(""); - +const mailboxShow = ref(false); function handleAction(row) { - show.value = true; - activeNegativeId.value = row.id; + if (row.problemSources === '局长信箱') { + mailboxShow.value = true; + console.log(row) + activeNegativeId.value = row.originId; + } else { + show.value = true; + activeNegativeId.value = row.id; + } } const router = useRouter(); @@ -1360,9 +1370,6 @@ function handleSpotCheck(row) { const remainingTimeFlag = ref(true); - - - const reportData = ref(null) watch(()=>reportData.value,(val)=>{ if(val){