Commit 99d69329 authored by 李鹏 's avatar 李鹏

bugfix

parent dd5821ad
...@@ -145,7 +145,7 @@ const state = reactive({ ...@@ -145,7 +145,7 @@ const state = reactive({
filter: { filter: {
search: "", search: "",
time: [], time: [],
active: 0, active: "",
pwd_level: "", pwd_level: "",
page: 1, page: 1,
page_size: 10, page_size: 10,
...@@ -293,7 +293,7 @@ const filterClear = () => { ...@@ -293,7 +293,7 @@ const filterClear = () => {
state.filter = { state.filter = {
search: "", search: "",
time: [], time: [],
active: 0, active: "",
pwd_level: "", pwd_level: "",
page: 1, page: 1,
page_size: 10, page_size: 10,
......
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