Selaa lähdekoodia

多表格切换表单查询参数

RuoYi 3 vuotta sitten
vanhempi
commit
086458b89d

+ 1 - 0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js

@@ -163,6 +163,7 @@ var table = {
             },
             // 查询条件
             queryParams: function(params) {
+                table.set();
                 var curParams = {
                     // 传递参数查询参数
                     pageSize:       params.limit,

+ 2 - 0
ruoyi-admin/src/main/resources/templates/demo/table/multi.html

@@ -86,6 +86,7 @@
         $(function() {
             var options = {
             	id: "bootstrap-table1",
+            	formId: "form1",
             	toolbar: "toolbar1",
                 url: prefix + "/list",
                 createUrl: prefix + "/add",
@@ -145,6 +146,7 @@
         $(function() {
             var options = {
             	id: "bootstrap-table2",
+            	formId: "form2",
             	toolbar: "toolbar2",
                 url: prefix + "/list",
                 createUrl: prefix + "/add",