|
@@ -192,11 +192,13 @@ const handleSearch = async (obj) => {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
query.value = Object.assign(query.value, obj)
|
|
query.value = Object.assign(query.value, obj)
|
|
|
|
+ query.value.pageNo = 1
|
|
getList()
|
|
getList()
|
|
}
|
|
}
|
|
// 重置
|
|
// 重置
|
|
const handleReset = (obj) => {
|
|
const handleReset = (obj) => {
|
|
query.value = Object.assign(query.value, obj)
|
|
query.value = Object.assign(query.value, obj)
|
|
|
|
+ query.value.pageNo = 1
|
|
getList()
|
|
getList()
|
|
}
|
|
}
|
|
|
|
|