Commit 8326ed60 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents fe53c0fd cb01fbe2
...@@ -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