From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化
---
h5/pages/staff/snapshot.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/pages/staff/snapshot.vue b/h5/pages/staff/snapshot.vue
index 8ddde02..b0677bc 100644
--- a/h5/pages/staff/snapshot.vue
+++ b/h5/pages/staff/snapshot.vue
@@ -224,7 +224,7 @@
icon: 'none'
})
if (!param.applyCheckUserId) return uni.showToast({
- title: '璇烽�夋嫨鎺ュ彈浜�',
+ title: '璇烽�夋嫨鎺ユ敹浜�',
icon: 'none'
})
if (!param.categoryName) return uni.showToast({
@@ -258,7 +258,7 @@
this.$set(this.param, 'checkUserId', item.memberIds)
this.$set(this.param, 'applyCheckUserId', item.memberIds)
this.$set(this.param, 'checkorName', item.memberNames)
- }else{
+ } else {
this.$set(this.param, 'checkUserId', '')
this.$set(this.param, 'applyCheckUserId', '')
this.$set(this.param, 'checkorName', '')
--
Gitblit v1.9.3