From f084739b5fd9f97da930e6857eda0ca1ba512d52 Mon Sep 17 00:00:00 2001 From: wujj <1027418825@qq.com> Date: Fri, 22 Jan 2021 11:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=B1=BB=E5=9E=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/manager/cms/content/main.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/manager/cms/content/main.ftl b/src/main/webapp/WEB-INF/manager/cms/content/main.ftl index 8b740ea6..4dbcad71 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/main.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/main.ftl @@ -302,7 +302,7 @@ ms.http.post(ms.manager + "/cms/content/list.do", form.sqlWhere ? Object.assign({}, { categoryType: '1', sqlWhere: form.sqlWhere - }, page) : Object.assign({}, that.form, page)).then(function (res) { + }, page) : Object.assign({}, form, page)).then(function (res) { if (that.loadState) { that.loading = false; } else {