3
0
Fork 0

## Opt - 增加查询类型

This commit is contained in:
sangelxiu1 2025-06-16 09:51:37 +08:00
parent f8715a7a0b
commit d056d843b8
2 changed files with 2 additions and 1 deletions

View File

@ -141,6 +141,7 @@ export default {
pageNum: this.page, pageNum: this.page,
pageSize: this.pageSize, pageSize: this.pageSize,
keyWords: this.keyword, keyWords: this.keyword,
queryType: 2,
}) })
if (res.code === 200 && res.data) { if (res.code === 200 && res.data) {
// //

View File

@ -144,7 +144,7 @@ export default {
pageNum: this.page, pageNum: this.page,
pageSize: this.pageSize, pageSize: this.pageSize,
keyWords: this.keyword, keyWords: this.keyword,
type: 2, // 1= 2= queryType: 2, // 1= 2=
}) })
if (res.code === 200 && res.data) { if (res.code === 200 && res.data) {
if (this.page === 1 && res.data.bigRange) { if (this.page === 1 && res.data.bigRange) {