新增文章
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
<el-select v-model="params.sistApprove" placeholder="请选择文章类型" clearable :style="{width: '100%'}">
|
||||
<el-option
|
||||
v-for="dict in sistApproveOption"
|
||||
:key="dict.user_id"
|
||||
:label="dict.user_name"
|
||||
:value="dict.user_id"
|
||||
:key="dict.userId"
|
||||
:label="dict.userName"
|
||||
:value="dict.userId"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
@@ -102,9 +102,9 @@
|
||||
<el-select v-model="params.labApprove" placeholder="请选择文章类型" clearable :style="{width: '100%'}">
|
||||
<el-option
|
||||
v-for="dict in labApproveOption"
|
||||
:key="dict.user_id"
|
||||
:label="dict.user_name"
|
||||
:value="dict.user_id"
|
||||
:key="dict.userId"
|
||||
:label="dict.userName"
|
||||
:value="dict.userId"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
@@ -231,7 +231,7 @@ export default {
|
||||
this.getDicts("article_site_type").then(response => {
|
||||
this.sitetypeOptions = response.data;
|
||||
});
|
||||
this.getDicts("article_type").then(response => {
|
||||
this.getEncodeDicts("article_type").then(response => {
|
||||
this.articleTypeOptions = response.data;
|
||||
});
|
||||
this.getDicts("is_top").then(response => {
|
||||
|
||||
Reference in New Issue
Block a user