diff --git a/src/views/manage/materials/index.vue b/src/views/manage/materials/index.vue
index 9fe8ef2..bb781e5 100644
--- a/src/views/manage/materials/index.vue
+++ b/src/views/manage/materials/index.vue
@@ -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{
diff --git a/src/views/manage/servicepackage/index.vue b/src/views/manage/servicepackage/index.vue
index 6df3132..b674398 100644
--- a/src/views/manage/servicepackage/index.vue
+++ b/src/views/manage/servicepackage/index.vue
@@ -360,7 +360,7 @@