@@ -67,9 +67,8 @@
// 是否提交
isSubmit(){
let _this = this
- if(this.sign == 2&&this.storeManagerSign && this.inspectorSign){
+ if(this.storeManagerSign && this.inspectorSign){
console.log('正常提交')
- uni.hideLoading()
clzConfirm({
title: '提示',
content: '确定提交本次巡店?',
@@ -131,6 +130,7 @@
icon:'none',
title: ret.message
})
+ uni.hideLoading()
}