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()
},