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年M月D日')) const bookingTimeList = res.bookingTimeList.split(',').map(i => {