From 202f6bccd014adeefb4b5d9029b044d328e01dbc Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Fri, 7 Mar 2025 14:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=89=93=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/clockIn/apply.vue | 2 +- subPackages/clockIn/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subPackages/clockIn/apply.vue b/subPackages/clockIn/apply.vue index 11a0315..7a29d0a 100644 --- a/subPackages/clockIn/apply.vue +++ b/subPackages/clockIn/apply.vue @@ -88,7 +88,7 @@ }, submit() { if (!this.info.reason.trim()) { - this.showToast({title: "请输入审批事由",icon:'none'}) + uni.showToast({title: "请输入审批事由",icon:'none'}) return; } this.Post({reason: this.info.reason},'/api/Merchants/guideClockExamine').then(res=>{ diff --git a/subPackages/clockIn/index.vue b/subPackages/clockIn/index.vue index b786dda..c17ba8b 100644 --- a/subPackages/clockIn/index.vue +++ b/subPackages/clockIn/index.vue @@ -28,16 +28,16 @@ {{item.reason}} - +