|
@@ -496,7 +496,7 @@
|
|
|
|
|
|
}
|
|
|
}else if(self.pageType==2){
|
|
|
- if(!this.form.rectifyMeasure && status==2){
|
|
|
+ if(!this.form.rectifyMeasure){
|
|
|
uni.showToast({
|
|
|
title: '请填写隐患整改描述!',
|
|
|
icon: "none",
|
|
@@ -505,7 +505,7 @@
|
|
|
});
|
|
|
return
|
|
|
}
|
|
|
- if(!this.form.imgDtoList[0] && status==2){
|
|
|
+ if(!this.form.imgDtoList[0]){
|
|
|
uni.showToast({
|
|
|
title: '请选择现场照片!',
|
|
|
icon: "none",
|