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

错误日志

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