招租列表的下拉刷新,筛选条件置空
This commit is contained in:
parent
bdf089d7e2
commit
cecff6bd8e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user