master
tianbj 6 years ago
parent e127692651
commit d15c5508a6
  1. 9
      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;

Loading…
Cancel
Save