@@ -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){