素材信息修改

This commit is contained in:
shidongli 2024-03-13 10:30:50 +08:00
parent f95f0a03c0
commit be361ea6d8

View File

@ -427,8 +427,6 @@ export default {
handleClick(e) {
this.queryParams.materialsType = e.name
this.getList()
// this.type
console.log(e.name);
},
//
radioChange(e) {
@ -455,7 +453,6 @@ export default {
//
imgUrl3(imgUrl) {
console.log(this.form.videoCoverFilePath)
this.form.videoCoverFilePath = imgUrl;
@ -468,15 +465,10 @@ export default {
}else{
this.multiple = true
}
console.log(this.ids)
// console.log(item)
// console.log(e)
},
//
viewshow(item) {
console.log(item)
this.openview = true
this.viewform = item
@ -489,12 +481,9 @@ export default {
},
//
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.suitTaskTypeName=this.type.find(f=> f.dictCode==e).dictLabel
console.log(e)
console.log(this.form.crowdName)
},
/** 查询素材信息列表 */
@ -577,7 +566,6 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.reset();
console.log(this.form)
this.open = true;
this.getcrowdInfo()
this.title = "添加素材信息";
@ -617,8 +605,6 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
this.getList();
console.log(this.ids)
if(this.ids.length==0){
this.$modal.msgError("请先选择一条数据");
}else{