diff --git a/src/views/demo/inspectionaudit/auditinfo/AuditProgress/index.vue b/src/views/demo/inspectionaudit/auditinfo/AuditProgress/index.vue index e67da81b..86dc2cae 100644 --- a/src/views/demo/inspectionaudit/auditinfo/AuditProgress/index.vue +++ b/src/views/demo/inspectionaudit/auditinfo/AuditProgress/index.vue @@ -169,7 +169,7 @@ width="100%" wrap-class-name="full-modal" v-model:open="auditOpen" - title="审核监督" + title="填报审核" footer="" :destroyOnClose="true" > @@ -180,6 +180,7 @@ :taskId="taskId" :isRead="isRead" :type="type" + :auditData="auditData" @closeModel="closeMolder" /> @@ -220,6 +221,7 @@ const processId = ref(''); const taskId = ref(''); const type = ref(''); + const auditData = ref() const isRead: any = ref(0); const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE; @@ -260,6 +262,7 @@ processId.value = record.processid; taskId.value = record.taskeid; type.value = record.type; + auditData.value = record; } const cancelCollectItem = (item) => { deleteTaskCase(item.Fid).then(res => { diff --git a/src/views/demo/inspectionaudit/auditinfo/MapList/index.vue b/src/views/demo/inspectionaudit/auditinfo/MapList/index.vue index 89cb920d..4b7541da 100644 --- a/src/views/demo/inspectionaudit/auditinfo/MapList/index.vue +++ b/src/views/demo/inspectionaudit/auditinfo/MapList/index.vue @@ -173,7 +173,7 @@ width="100%" wrap-class-name="full-modal" v-model:open="auditOpen" - title="审核监督" + title="填报审核" footer="" :destroyOnClose="true" > diff --git a/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue b/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue index 029af7f1..e4604b55 100644 --- a/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue +++ b/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue @@ -218,7 +218,7 @@ width="100%" wrap-class-name="full-modal" v-model:open="auditOpen" - title="审核监督" + title="整改审核" footer="" :destroyOnClose="true" > @@ -229,6 +229,7 @@ :taskId="taskId" :isRead="isRead" :type="type" + :auditData="auditData" @closeModel="closeMolder" /> @@ -270,6 +271,7 @@ const processId = ref(''); const taskId = ref(''); const type = ref(''); + const auditData = ref() const isRead: any = ref(0); const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE; @@ -310,6 +312,7 @@ processId.value = record.processid; taskId.value = record.taskeid; type.value = record.type; + auditData.value = record; } const cancelCollectItem = (item) => { deleteTaskCase(item.Fid).then(res => { diff --git a/src/views/demo/inspectionaudit/illegaltreatment/MapList/index.vue b/src/views/demo/inspectionaudit/illegaltreatment/MapList/index.vue index acd9f673..7da88631 100644 --- a/src/views/demo/inspectionaudit/illegaltreatment/MapList/index.vue +++ b/src/views/demo/inspectionaudit/illegaltreatment/MapList/index.vue @@ -174,7 +174,7 @@ width="100%" wrap-class-name="full-modal" v-model:open="auditOpen" - title="违法处理" + title="整改审核" footer="" :destroyOnClose="true" >