From 234b39e7ad6d95d4b8727a302adcd67dcfdc9485 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Thu, 17 Jul 2025 09:58:55 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../hazardRectificationApproval/index.vue | 18 +++++++++++++++++-
.../supervisor/supervisedAdmission/index.vue | 3 ++-
.../supervisedAdmission/supervisorApproval.vue | 3 +++
3 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/src/views/hiddenDangerManagement/hazardRectificationManagement/hazardRectificationApproval/index.vue b/src/views/hiddenDangerManagement/hazardRectificationManagement/hazardRectificationApproval/index.vue
index 2ab9b68..cd6a5f4 100644
--- a/src/views/hiddenDangerManagement/hazardRectificationManagement/hazardRectificationApproval/index.vue
+++ b/src/views/hiddenDangerManagement/hazardRectificationManagement/hazardRectificationApproval/index.vue
@@ -41,6 +41,12 @@
format="yyyy-MM-dd"
/>
+
+
+
+
+
+
查询
重置
@@ -270,7 +276,7 @@
查看
审批
+
@@ -398,12 +399,14 @@ export default {
// 阅读文件时的意见
opinionValueOther: '',
approvalItems: [],
+ enterStatus: '',
}
},
created() {
this.lookFaceFile = lookFaceFile()
const params = this.$route.params && this.$route.params.data
this.paramsData = JSON.parse(decryptCBC(params))
+ this.enterStatus = this.paramsData.enterStatus
console.log('this.paramsData', this.paramsData)
this.getSupervisorList()
},