Commit cb01fbe2 authored by 姬鋆屾's avatar 姬鋆屾

推修改请求参数

parent 47ed13b8
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
let res = await getlogsList({ let res = await getlogsList({
page: this.current, page: this.current,
size: this.size, size: this.size,
name: `%${this.searchVal}%`, requestUrl: `%${this.searchVal}%`,
}); });
if (res.data.code == 1) { if (res.data.code == 1) {
let { data, total, dict } = res.data.data; let { data, total, dict } = res.data.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment