Skip to content

Commit

Permalink
查询不重置pageSize
Browse files Browse the repository at this point in the history
  • Loading branch information
zayn-code authored Nov 18, 2024
1 parent 70d92fd commit 081b5c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/resource/plugin/web/view/view.vue.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 081b5c0

Please sign in to comment.