From 75c08536b44b9c32f0ab52b7c34427ddb2e7af94 Mon Sep 17 00:00:00 2001 From: niushuai Date: Sat, 4 Jun 2022 17:31:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=95=86=E5=9F=8E=E9=85=8D=E7=BD=AE-?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=EF=BC=8C=E4=BC=9A=E5=91=98=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=A4=B1=E6=95=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-shop/src/main/webapp/js/shop/feedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-shop/src/main/webapp/js/shop/feedback.js b/platform-shop/src/main/webapp/js/shop/feedback.js index cea105fe..3ebcb93d 100644 --- a/platform-shop/src/main/webapp/js/shop/feedback.js +++ b/platform-shop/src/main/webapp/js/shop/feedback.js @@ -117,7 +117,7 @@ let vm = new Vue({ vm.showList = true; let page = $("#jqGrid").jqGrid('getGridParam', 'page'); $("#jqGrid").jqGrid('setGridParam', { - postData: {'name': vm.q.userName}, + postData: {'userName': vm.q.userName}, page: page }).trigger("reloadGrid"); vm.handleReset('formValidate'); -- Gitee From 28bdcc53346e504d673423979ed95906ef3e2449 Mon Sep 17 00:00:00 2001 From: niushuai Date: Sat, 4 Jun 2022 17:36:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-shop/src/main/webapp/WEB-INF/page/shop/feedback.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-shop/src/main/webapp/WEB-INF/page/shop/feedback.html b/platform-shop/src/main/webapp/WEB-INF/page/shop/feedback.html index 8f16033f..8f6f7fe1 100644 --- a/platform-shop/src/main/webapp/WEB-INF/page/shop/feedback.html +++ b/platform-shop/src/main/webapp/WEB-INF/page/shop/feedback.html @@ -10,7 +10,7 @@
- + 查询
-- Gitee