From 9bda3f27ce8d4e9bfcf553132cfc054b4e64cc6b Mon Sep 17 00:00:00 2001 From: "15007173189@163.com" Date: Sat, 13 Apr 2024 02:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htmlweb/web/backstage/oa/ocr/information/add.html | 4 +--- htmlweb/web/backstage/oa/ocr/information/edit.html | 4 +--- htmlweb/web/backstage/oa/ocr/information/list.html | 12 ++++++------ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/htmlweb/web/backstage/oa/ocr/information/add.html b/htmlweb/web/backstage/oa/ocr/information/add.html index d75dc6b9..8ed95078 100644 --- a/htmlweb/web/backstage/oa/ocr/information/add.html +++ b/htmlweb/web/backstage/oa/ocr/information/add.html @@ -33,7 +33,7 @@
- +
@@ -82,7 +82,6 @@
-
@@ -93,7 +92,6 @@
-
diff --git a/htmlweb/web/backstage/oa/ocr/information/list.html b/htmlweb/web/backstage/oa/ocr/information/list.html index bb98b308..bcf1d318 100644 --- a/htmlweb/web/backstage/oa/ocr/information/list.html +++ b/htmlweb/web/backstage/oa/ocr/information/list.html @@ -17,10 +17,10 @@
- +
- @@ -44,7 +44,7 @@

-
+
@@ -86,8 +86,8 @@ sortname: params.sort, pagesize: params.limit, start: (params.offset / params.limit) + 1, - name:'{"value":"' + $("#search_postname").val() + '","op":"equal","type":"string"}', - reviewType:'{"value":"' + $("#reviewType").val() + '","op":"equal","type":"string"}', + search_name:'{"value":"' + $("#search_name").val() + '","op":"equal","type":"string"}', + search_reviewType:'{"value":"' + $("#search_reviewType").val() + '","op":"equal","type":"string"}', }; }, responseHandler:function(res){ @@ -221,6 +221,6 @@ function refreshTable(sourceid){ _tableListPost.bootstrapTable('refreshOptions',{pageNumber:1}); } - +