完善“搜索”功能

This commit is contained in:
CGD
2025-04-11 10:03:05 +08:00
parent a36887d885
commit 8e1cc6e75b
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ export default {
getParamsList(params, callback) {
const queryParams = new URLSearchParams({
page: params.page,
limit: params.limit
limit: params.limit,
paramCode: params.paramCode || ''
}).toString();
RequestService.sendRequest()