|
|
@@ -65,14 +65,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bodyRow">
|
|
|
- <div class="contentCol1">
|
|
|
- <span>稿件类别</span>
|
|
|
- <select name="" id="" v-model="contentName1">
|
|
|
- <option v-for="(item, index) in content1" :key="index">
|
|
|
- {{ item.dictName }}
|
|
|
- </option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
+ <!--<div class="contentCol1">-->
|
|
|
+ <!--<span>稿件类别</span>-->
|
|
|
+ <!--<select name="" id="" v-model="contentName1">-->
|
|
|
+ <!--<option v-for="(item, index) in content1" :key="index">-->
|
|
|
+ <!--{{ item.dictName }}-->
|
|
|
+ <!--</option>-->
|
|
|
+ <!--</select>-->
|
|
|
+ <!--</div>-->
|
|
|
<div class="contentCol2">
|
|
|
<span>内容分类</span
|
|
|
><select name="" id="" v-model="contentName2">
|
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
releaseChannel: [], // 发布渠道列表
|
|
|
releaseP: this.LinkData.publishSourceName, //'平台版块',
|
|
|
releasePlate: [], // 平台版块
|
|
|
- contentName1: this.LinkData.mediaTypeName, //"稿件类别",
|
|
|
+ // contentName1: this.LinkData.mediaTypeName, //"稿件类别",
|
|
|
content1: [],
|
|
|
contentName2: this.LinkData.contentTypeName, //'内容分类',
|
|
|
content2: [],
|
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
let d = date.getDate();
|
|
|
d = d < 10 ? "0" + d : d;
|
|
|
const time = y + "-" + m + "-" + d;
|
|
|
- this.ziliaoTime = time;
|
|
|
+ this.ziliaoTime = time;
|
|
|
}
|
|
|
},
|
|
|
// 判断非空
|
|
|
@@ -239,11 +239,11 @@ export default {
|
|
|
alert("请选择平台版块");
|
|
|
return;
|
|
|
}
|
|
|
- if (!this.contentName1) {
|
|
|
- this.noEditFlag = true;
|
|
|
- alert("请选择稿件类别");
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (!this.contentName1) {
|
|
|
+ // this.noEditFlag = true;
|
|
|
+ // alert("请选择稿件类别");
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
if (!this.contentName2) {
|
|
|
this.noEditFlag = true;
|
|
|
alert("请选择内容分类");
|
|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
releaseMedia: this.releaseC,
|
|
|
//发布板块
|
|
|
releasePlate: this.releaseP,
|
|
|
- draftGenre: this.contentName1,
|
|
|
+ draftGenre: '', //this.contentName1
|
|
|
//内容分类2?
|
|
|
contentClass: this.contentName2,
|
|
|
articleTitle: this.mediaTitle,
|