浏览代码

重置参数带入

梁世豪 2 周之前
父节点
当前提交
3db1c78efb
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/main/resources/templates/stabudgetapproval/list_annualbudget.html

+ 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
     });