From 83b94df347661a06f5c5875981790e5abcd9fdf2 Mon Sep 17 00:00:00 2001 From: kola-web Date: Tue, 14 Jul 2026 18:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=BE=A4=E5=8F=91=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doctor/pages/d_createTask/index.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/doctor/pages/d_createTask/index.ts b/src/doctor/pages/d_createTask/index.ts index d416041..3cb7a1c 100644 --- a/src/doctor/pages/d_createTask/index.ts +++ b/src/doctor/pages/d_createTask/index.ts @@ -232,18 +232,18 @@ Page({ wx.navigateBack() }, async handleNext() { - const anyValueKeys = ['SelectAll', 'ConfirmedIgg4', 'MedicationType', 'BindStartDate', 'BindEndDate'] - const empty = anyValueKeys.every((item) => - Array.isArray(this.data[item]) ? licia.isEmpty(this.data[item]) : !this.data[item], - ) - const hasSelectAll = this.data.SelectAll === 1 - if (empty && !hasSelectAll) { - wx.showToast({ - icon: 'none', - title: '请至少选择一个筛选条件', - }) - return - } + // const anyValueKeys = ['SelectAll', 'ConfirmedIgg4', 'MedicationType', 'BindStartDate', 'BindEndDate'] + // const empty = anyValueKeys.every((item) => + // Array.isArray(this.data[item]) ? licia.isEmpty(this.data[item]) : !this.data[item], + // ) + // const hasSelectAll = this.data.SelectAll === 1 + // if (empty && !hasSelectAll) { + // wx.showToast({ + // icon: 'none', + // title: '请至少选择一个筛选条件', + // }) + // return + // } await this.getTaskNum()