Ver código fonte

重置参数带入

梁世豪 2 semanas atrás
pai
commit
3db1c78efb

+ 4 - 1
src/main/resources/templates/stabudgetapproval/list_annualbudget.html

@@ -152,7 +152,10 @@
152 152
         page: {
153 153
           curr: 1
154 154
         },
155
-        where: form.val("search-form")
155
+        where: {
156
+          ...form.val("search-form"),
157
+          add: '1'
158
+        }
156 159
       });
157 160
       return false;
158 161
     });