文章类型bug

master
wujj 5 years ago
parent 83df45be52
commit f084739b5f
  1. 2
      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 {

Loading…
Cancel
Save