diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue
index 5b3dbdd..fbf8c74 100644
--- a/src/views/device/inspectionWork/index.vue
+++ b/src/views/device/inspectionWork/index.vue
@@ -473,6 +473,12 @@
align="center"
prop="equipmentName"
/>
+
+
+
@@ -689,6 +690,7 @@ export default {
loopStartArray: [],
orderStartArray: [],
orderEndArray: [],
+ complianceRate: null,
},
// 表单参数
form: {},
@@ -781,6 +783,7 @@ export default {
loopStartArray: [],
orderStartArray: [],
orderEndArray: [],
+ complianceRate: null,
};
this.resetForm("form");
},