1.报事报修
This commit is contained in:
@@ -152,13 +152,13 @@
|
||||
});
|
||||
},
|
||||
beforeSubmit() {
|
||||
if(!this.isSign){
|
||||
uni.showToast({
|
||||
title: '请先签到',
|
||||
icon: 'none'
|
||||
});
|
||||
return
|
||||
}
|
||||
// if(!this.isSign){
|
||||
// uni.showToast({
|
||||
// title: '请先签到',
|
||||
// icon: 'none'
|
||||
// });
|
||||
// return
|
||||
// }
|
||||
if (this.info.inspectionResults == 1) {
|
||||
// 直接提交
|
||||
this.submit();
|
||||
|
Reference in New Issue
Block a user