From 4bb800e283d6d116e4e946740ecf7ce1e875769f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Sat, 4 Jul 2020 15:14:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97=E6=8F=90?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../property/addRepairSetting/addRepairSetting.html | 4 ++--
.../property/editRepairSetting/editRepairSetting.html | 4 ++--
public/pages/frame/addStaffStep/addStaffStep.js | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
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 ;
}