diff --git a/public/components/property/addRepairSetting/addRepairSetting.html b/public/components/property/addRepairSetting/addRepairSetting.html
index 7fdb3d691..cf89da17f 100644
--- a/public/components/property/addRepairSetting/addRepairSetting.html
+++ b/public/components/property/addRepairSetting/addRepairSetting.html
@@ -56,9 +56,9 @@
diff --git a/public/components/property/editRepairSetting/editRepairSetting.html b/public/components/property/editRepairSetting/editRepairSetting.html
index 64c69cc9c..74151d2f7 100644
--- a/public/components/property/editRepairSetting/editRepairSetting.html
+++ b/public/components/property/editRepairSetting/editRepairSetting.html
@@ -56,9 +56,9 @@
diff --git a/public/pages/frame/addStaffStep/addStaffStep.js b/public/pages/frame/addStaffStep/addStaffStep.js
index 9e722725d..ebff93620 100644
--- a/public/pages/frame/addStaffStep/addStaffStep.js
+++ b/public/pages/frame/addStaffStep/addStaffStep.js
@@ -83,6 +83,7 @@
_nextStep:function(){
var _currentData = vc.component.addStaffStepInfo.infos[vc.component.addStaffStepInfo.index];
if( _currentData == null || _currentData == undefined){
+
vc.toast("请选择或填写必选信息");
return ;
}