From 3e1d92668a1786abcef85ba5ceb202c0f06e9578 Mon Sep 17 00:00:00 2001 From: wanggeng888 <450292408@qq.com> Date: Fri, 16 Apr 2021 09:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/content/list-category.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-article/src/main/resources/templates/content/list-category.html b/module-article/src/main/resources/templates/content/list-category.html index 3e96ad09..b93c4eb5 100644 --- a/module-article/src/main/resources/templates/content/list-category.html +++ b/module-article/src/main/resources/templates/content/list-category.html @@ -160,6 +160,7 @@ keywords: $('#keywords').val(), startTime: $('#startTime').val(), endTime: $('#endTime').val(), + categoryId: $('#categoryId').val(), isPublish: $('#isPublish').val() }, page: { @@ -246,7 +247,7 @@ area: ['100%', '100%'], shadeClose: true, anim: 2, - content: top.restAjax.path('route/content/update/{categoryId}?contentId={contentId}', [checkDatas[0].contentId, $('#categoryId').val()]), + content: top.restAjax.path('route/content/update/{categoryId}?contentId={contentId}', [$('#categoryId').val(), checkDatas[0].contentId]), end: function() { reloadTable(); }