diff --git a/pages-home/service/todoDetail.vue b/pages-home/service/todoDetail.vue index d21d483..91d1965 100644 --- a/pages-home/service/todoDetail.vue +++ b/pages-home/service/todoDetail.vue @@ -312,8 +312,8 @@ export default { this.yesText = "通过" this.backText = "驳回" } else { - this.yesText = "通过" - this.backText = "驳回" + this.yesText = "通过全部" + this.backText = "驳回全部" } }, getWaresStatus(val) { @@ -359,14 +359,14 @@ export default { confirmOpe(type) { if (!this.subLoading){ this.subLoading = true - if(this.selectWares.length==0){ - uni.showToast({ - title: '请选中要审核的配件!', - icon: 'none' - }) - this.subLoading = false - return - } + // if(this.selectWares.length==0){ + // uni.showToast({ + // title: '请选中要审核的配件!', + // icon: 'none' + // }) + // this.subLoading = false + // return + // } if (this.canClick) { this.canClick = false let url = '/admin-api/repair/tw/audit'