pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue
@@ -409,7 +409,7 @@ inspectedResult:JSON.stringify(this.inspectData) }, 'json').then(res => { if (res.code === 0) { uni.$u.toast('检查成功') this.$u.toast('检查成功') this.form={} this.ClickLoading = false; this.inspectData=[] @@ -417,12 +417,15 @@ this.logoutShow = false; this.TaskCoalList() } else { uni.$u.toast(res.msg ? res.msg : '检查失败') this.ClickLoading = false; this.show = false; this.logoutShow = false; this.$u.toast(res.msg || '检查失败') } }) }else{ uni.$u.toast('必须全部检测') this.$u.toast('必须全部检测') } }, logoutCancel() {