diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js
index 678c34ed9..276137594 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js
@@ -26,7 +26,7 @@ var bootstrap = function ($, learun) {
});
$('#Path').lrUploader({ isUpload: false });
$("#Status").lrselect({
- data: [{ text: "继续上报", value: "1" }, { text: "退回", value: "0" }],
+ data: [{ text: "继续上报", value: "2" }, { text: "退回", value: "0" }],
text: "text",
value: "value"
})
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js
index 96c6e228b..65b19fda1 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js
@@ -209,7 +209,7 @@ var bootstrap = function ($, learun) {
} else if (cellvalue === 2) {
return '分管领导';
} else if (cellvalue === 3) {
- return '安全办';
+ return '安全办';
} else {
return '草稿';
}