This commit is contained in:
tianbj 2019-11-29 13:47:10 +08:00
parent e127692651
commit d15c5508a6
1 changed files with 3 additions and 6 deletions

View File

@ -193,11 +193,6 @@
UEDITOR_HOME_URL: ms.base+'/static/plugins/ueditor/1.4.3.1/' UEDITOR_HOME_URL: ms.base+'/static/plugins/ueditor/1.4.3.1/'
}, },
contentCategoryIdOptions:[], contentCategoryIdOptions:[],
contentCategoryIdProps:{
checkStrictly :false,emitPath: false,
label: 'categoryTitle',
value:'id'
},
//表单数据 //表单数据
form: { form: {
// 文章标题 // 文章标题
@ -271,7 +266,9 @@
} }
}) })
}, },
getValue(data){
this.form.contentCategoryId = data.id;
},
//获取当前文章 //获取当前文章
get(id) { get(id) {
var that = this; var that = this;