fix: 前端界面小问题修复

This commit is contained in:
meilin.huang
2023-07-21 21:01:25 +08:00
parent 7f9e972828
commit b7450f8869
5 changed files with 5 additions and 4 deletions

View File

@@ -360,6 +360,7 @@ const reset = () => {
for (let qi of props.query) {
state.queryForm[qi.prop] = null;
}
console.log(state.queryForm);
changePageNum(1);
emit('update:queryForm', state.queryForm);
execQuery();