搜索页搜索数量同步

This commit is contained in:
2023-07-21 15:00:17 +08:00
parent fb81238823
commit 179d846bae
6 changed files with 52 additions and 21 deletions

View File

@@ -549,7 +549,7 @@ let setOtherCheck = (data) => {
//清除筛选
let cleanSelect = () => {
cleanRent()
// cleanRent()
otherCheck['list'] = []
releaseObj.id = 0
gender.id = 0
@@ -564,6 +564,8 @@ let cleanSelect = () => {
selectData.data = []
schoolSelectObj.id = ''
schoolSelectObj.title = '不限'
rentObj.min = ''
rentObj.max = ''
// setCheckData([])
}