查询不重置pageSize (#1940)

* 查询不重置pageSize
This commit is contained in:
zayn
2024-11-18 02:07:38 -08:00
committed by GitHub
parent 4671013ea6
commit 8073e989f5
7 changed files with 0 additions and 7 deletions

View File

@@ -1010,7 +1010,6 @@ const onSubmit = () => {
elSearchFormRef.value?.validate(async(valid) => {
if (!valid) return
page.value = 1
pageSize.value = 10
{{- range .Fields}}{{- if eq .FieldType "bool" }}
if (searchInfo.value.{{.FieldJson}} === ""){
searchInfo.value.{{.FieldJson}}=null

View File

@@ -1010,7 +1010,6 @@ const onSubmit = () => {
elSearchFormRef.value?.validate(async(valid) => {
if (!valid) return
page.value = 1
pageSize.value = 10
{{- range .Fields}}{{- if eq .FieldType "bool" }}
if (searchInfo.value.{{.FieldJson}} === ""){
searchInfo.value.{{.FieldJson}}=null