素材信息
This commit is contained in:
parent
e6fda626d7
commit
7da4368eb6
@ -33,7 +33,7 @@
|
|||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="素材来源" prop="materialsName">
|
<!-- <el-form-item label="素材来源" prop="materialsName">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="queryParams.materialsName"
|
v-model="queryParams.materialsName"
|
||||||
placeholder="请选择素材来源"
|
placeholder="请选择素材来源"
|
||||||
@ -46,13 +46,8 @@
|
|||||||
>
|
>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<!-- <el-input
|
|
||||||
v-model="queryParams.materialsName"
|
</el-form-item> -->
|
||||||
placeholder="请输入素材来源"
|
|
||||||
clearable
|
|
||||||
@keyup.enter.native="handleQuery"
|
|
||||||
/> -->
|
|
||||||
</el-form-item>
|
|
||||||
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button
|
<el-button
|
||||||
@ -417,9 +412,9 @@ export default {
|
|||||||
videoCoverFilePath:[
|
videoCoverFilePath:[
|
||||||
{ required: true, message: "视频封面不能为空", trigger: "blur" },
|
{ required: true, message: "视频封面不能为空", trigger: "blur" },
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@ -477,7 +472,7 @@ export default {
|
|||||||
crowdInfo().then(response=>{
|
crowdInfo().then(response=>{
|
||||||
this.optionscrowName=response.data
|
this.optionscrowName=response.data
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
// 人群点击事件
|
// 人群点击事件
|
||||||
crowNamechange(e){
|
crowNamechange(e){
|
||||||
@ -487,7 +482,7 @@ export default {
|
|||||||
|
|
||||||
console.log(e)
|
console.log(e)
|
||||||
console.log(this.form.crowdName)
|
console.log(this.form.crowdName)
|
||||||
|
|
||||||
},
|
},
|
||||||
/** 查询素材信息列表 */
|
/** 查询素材信息列表 */
|
||||||
getList() {
|
getList() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user