From 5bfc1352e82140ac098b9f0537cc7d1457c87122 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 05 八月 2025 10:44:04 +0800 Subject: [PATCH] 1 --- pagesA/appointment/appointment.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pagesA/appointment/appointment.vue b/pagesA/appointment/appointment.vue index ca881b1..aaae71c 100644 --- a/pagesA/appointment/appointment.vue +++ b/pagesA/appointment/appointment.vue @@ -63,7 +63,7 @@ <text class="currency">楼</text> <text class="amount">{{ item.price }}</text> </view> - <text class="book-count">棰勭害閲弡{ item.bookCount }}+</text> + <text class="book-count">棰勭害閲弡{ item.bookCount || 0 }}</text> </view> </view> </view> @@ -159,10 +159,12 @@ //鐐瑰嚮閲嶇疆鎸夐挳 - resetChoosedList() { - this.choosedList = [] - this.$refs.selectPopup.close() - }, + resetChoosedList() { + this.choosedList = [] + this.categoryId = "" // 濡傛灉浣犻渶瑕佷篃鎶婄瓫閫夋潯浠舵竻绌� + this.getList() // 閲嶆柊鑾峰彇鏁版嵁 + this.$refs.selectPopup.close() + }, //鐐瑰嚮纭畾鎸夐挳 submit() { if (this.choosedList.length == 1) { -- Gitblit v1.8.0