From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007
---
h5/pages/staff/meetingSubOrder.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/h5/pages/staff/meetingSubOrder.vue b/h5/pages/staff/meetingSubOrder.vue
index 4a386cb..3237426 100644
--- a/h5/pages/staff/meetingSubOrder.vue
+++ b/h5/pages/staff/meetingSubOrder.vue
@@ -85,7 +85,7 @@
</view>
<view class="item">
<view class="name">
- <text>澶囨敞</text>
+ <text>浼氳闇�姹�</text>
</view>
<view class="line">
<u-textarea border="none" autoHeight v-model="param.remark" :maxlength="-1" placeholder="璇疯緭鍏�" placeholder-class="placeholder9"
@@ -137,7 +137,8 @@
})
this.$eventBus.$on('meetingSub', (res) => {
this.param = {
- ...res
+ ...res,
+ joinNotice: 1
}
this.$set(this.param, 'activeDate', dayjs(res.yudingDate).format('YYYY骞碝鏈圖鏃�'))
const bookingTimeList = res.bookingTimeList.split(',').map(i => {
--
Gitblit v1.9.3