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();