|
|
|
|
@ -77,7 +77,7 @@ |
|
|
|
|
</el-row> |
|
|
|
|
<el-row |
|
|
|
|
gutter="0" |
|
|
|
|
justify="start" align="top"> |
|
|
|
|
justify="start" align="top" v-if="form.categoryType != '3'"> |
|
|
|
|
<el-col span="12"> |
|
|
|
|
<el-form-item prop="categoryUrl" :label="form.categoryType =='1'? '内容模板' : '封面模板'"> |
|
|
|
|
<el-select v-model="form.categoryUrl" |
|
|
|
|
@ -275,6 +275,9 @@ |
|
|
|
|
}, { |
|
|
|
|
"value": "2", |
|
|
|
|
"label": "封面" |
|
|
|
|
},{ |
|
|
|
|
"value": "3", |
|
|
|
|
"label": "链接" |
|
|
|
|
}], |
|
|
|
|
categoryListUrlOptions: [], |
|
|
|
|
categoryUrlOptions: [], |
|
|
|
|
@ -354,7 +357,7 @@ |
|
|
|
|
if (that.form.id > 0) { |
|
|
|
|
url = ms.manager + "/cms/category/update.do"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
console.log("aaa") |
|
|
|
|
this.$refs.form.validate(function (valid) { |
|
|
|
|
if (valid) { |
|
|
|
|
//栏目属性为封面则不需要列表模板 |
|
|
|
|
|