Commit 29d862ba authored by 张伯涛's avatar 张伯涛

错误日志

parent 8a0adeb8
This diff is collapsed.
...@@ -30,8 +30,9 @@ const dateRange = ref([]); ...@@ -30,8 +30,9 @@ const dateRange = ref([]);
const queryParams = reactive({ const queryParams = reactive({
page: 1, page: 1,
rows: 10, rows: 10,
username: "", title: "",
loginTime: "", operName: "",
operTime: [],
}); });
const form = reactive({}); const form = reactive({});
const clearForm = reactive({}); const clearForm = reactive({});
...@@ -89,8 +90,9 @@ function resetQuery() { ...@@ -89,8 +90,9 @@ function resetQuery() {
Object.assign(queryParams, { Object.assign(queryParams, {
page: 1, page: 1,
rows: 10, rows: 10,
username: "", title: "",
loginTime: "", operName: "",
operTime: [],
}); });
handleQuery(); handleQuery();
} }
......
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