"src/page/main/authority/user/edit/index.vue" did not exist on "7077da637f4a38045572e3f58dc156d6469a863d"
Commit 99d69329 authored by 李鹏 's avatar 李鹏

bugfix

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