This commit is contained in:
qsh
2024-07-16 11:53:13 +08:00
parent b6a87197f0
commit 77134be7ff
9 changed files with 615 additions and 30 deletions

View File

@@ -61,6 +61,10 @@ const searchForm = ref({
pageSize: 20
})
onMounted(() => {
handleQuery()
})
/** 搜索按钮操作 */
const handleQuery = () => {
searchForm.value.pageNo = 1