上传
This commit is contained in:
@@ -46,6 +46,10 @@ const searchForm = ref({
|
||||
pageSize: 20
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
handleQuery()
|
||||
})
|
||||
|
||||
/** 搜索按钮操作 */
|
||||
const handleQuery = () => {
|
||||
searchForm.value.pageNo = 1
|
||||
|
||||
Reference in New Issue
Block a user