From d15c5508a65d7a59304f07549771fc727c88ea0f Mon Sep 17 00:00:00 2001 From: tianbj <1309855586@qq.com> Date: Fri, 29 Nov 2019 13:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/manager/cms/content/form.ftl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl index a579e03d..abd4d362 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl @@ -193,11 +193,6 @@ UEDITOR_HOME_URL: ms.base+'/static/plugins/ueditor/1.4.3.1/' }, contentCategoryIdOptions:[], - contentCategoryIdProps:{ - checkStrictly :false,emitPath: false, - label: 'categoryTitle', - value:'id' - }, //表单数据 form: { // 文章标题 @@ -271,7 +266,9 @@ } }) }, - + getValue(data){ + this.form.contentCategoryId = data.id; + }, //获取当前文章 get(id) { var that = this;