From 312d88e66cdb6d0120767c933a4762c46159b35b Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Wed, 27 Nov 2024 15:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-home/service/todoDetail.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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'