Browse Source

不合格隐患明细最少输入一条

data-page-V4.3.1
是小王呀\24601 1 year ago
parent
commit
b661b3f306
  1. 3
      subpages/InspectionReport/pages/InspectionReport/InspectionReport.js

3
subpages/InspectionReport/pages/InspectionReport/InspectionReport.js

@ -150,7 +150,8 @@ Page({
})
return false
}
if(this.data.checkResultFlag == 0 && this.data.hiddenDangeList.length<0){
console.log( this.data.addHiddenDangeLis)
if(this.data.checkResultFlag == 0 && this.data.addHiddenDangeList){
wx.showToast({
title: '请填写隐患明细',
icon:'none'

Loading…
Cancel
Save