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;