From cecff6bd8ecfdb9ddf3a741e08cba562957d059f Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Fri, 8 Aug 2025 18:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=9B=E7=A7=9F=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=EF=BC=8C=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E7=BD=AE=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/canteenRent/rentList.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/canteenRent/rentList.vue b/pages/canteenRent/rentList.vue index b645d74..0b7e1e7 100644 --- a/pages/canteenRent/rentList.vue +++ b/pages/canteenRent/rentList.vue @@ -283,7 +283,12 @@ //下拉刷新 function onS() { homrS.value = true - listQuery.value.keywords = '' + listQuery.value.keywords = ''; + listQuery.value.cate_ids = ''; + listQuery.value.province = ''; + state.model.city_name = ''; + listQuery.value.city = ''; + uni.showLoading({ title: '加载中...' }); @@ -297,6 +302,8 @@ } // 重置列表 function resetLists() { + // listQuery.value.keywords = '' + console.log('listQuery.value.keywords',listQuery.value.keywords); listQuery.value.page = 1; rentList.value = []; getList();