素材信息修改
This commit is contained in:
parent
f95f0a03c0
commit
be361ea6d8
@ -427,8 +427,6 @@ export default {
|
|||||||
handleClick(e) {
|
handleClick(e) {
|
||||||
this.queryParams.materialsType = e.name
|
this.queryParams.materialsType = e.name
|
||||||
this.getList()
|
this.getList()
|
||||||
// this.type
|
|
||||||
console.log(e.name);
|
|
||||||
},
|
},
|
||||||
// 素材类型
|
// 素材类型
|
||||||
radioChange(e) {
|
radioChange(e) {
|
||||||
@ -455,7 +453,6 @@ export default {
|
|||||||
|
|
||||||
// 视频封面
|
// 视频封面
|
||||||
imgUrl3(imgUrl) {
|
imgUrl3(imgUrl) {
|
||||||
console.log(this.form.videoCoverFilePath)
|
|
||||||
this.form.videoCoverFilePath = imgUrl;
|
this.form.videoCoverFilePath = imgUrl;
|
||||||
|
|
||||||
|
|
||||||
@ -468,15 +465,10 @@ export default {
|
|||||||
}else{
|
}else{
|
||||||
this.multiple = true
|
this.multiple = true
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(this.ids)
|
|
||||||
// console.log(item)
|
|
||||||
// console.log(e)
|
|
||||||
|
|
||||||
},
|
},
|
||||||
// 预览
|
// 预览
|
||||||
viewshow(item) {
|
viewshow(item) {
|
||||||
console.log(item)
|
|
||||||
this.openview = true
|
this.openview = true
|
||||||
this.viewform = item
|
this.viewform = item
|
||||||
|
|
||||||
@ -489,12 +481,9 @@ export default {
|
|||||||
},
|
},
|
||||||
// 人群点击事件
|
// 人群点击事件
|
||||||
crowNamechange(e){
|
crowNamechange(e){
|
||||||
this.form.crowdName=this.optionscrowName.find(f=>f.id==e).crowdName
|
this.form.crowName=this.optionscrowName.find(f=>f.id==e).crowdName
|
||||||
this.form.crowdId=e
|
this.form.crowdId=e
|
||||||
// this.form.suitTaskTypeName=this.type.find(f=> f.dictCode==e).dictLabel
|
|
||||||
|
|
||||||
console.log(e)
|
|
||||||
console.log(this.form.crowdName)
|
|
||||||
|
|
||||||
},
|
},
|
||||||
/** 查询素材信息列表 */
|
/** 查询素材信息列表 */
|
||||||
@ -577,7 +566,6 @@ export default {
|
|||||||
/** 新增按钮操作 */
|
/** 新增按钮操作 */
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
this.reset();
|
this.reset();
|
||||||
console.log(this.form)
|
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.getcrowdInfo()
|
this.getcrowdInfo()
|
||||||
this.title = "添加素材信息";
|
this.title = "添加素材信息";
|
||||||
@ -617,8 +605,6 @@ export default {
|
|||||||
/** 删除按钮操作 */
|
/** 删除按钮操作 */
|
||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
this.getList();
|
this.getList();
|
||||||
|
|
||||||
console.log(this.ids)
|
|
||||||
if(this.ids.length==0){
|
if(this.ids.length==0){
|
||||||
this.$modal.msgError("请先选择一条数据");
|
this.$modal.msgError("请先选择一条数据");
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user