From 7946fd07cf85133681f75a1cfd2f857761085e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 29 Mar 2023 15:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 4d5ac91..2fe3a13 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -628,12 +628,10 @@ export default { PosterImageJump() { selectPosterImageJump().then(res => { this.jumpTypes = res.data; - console.log(this.jumpTypes); }); }, //删除海报图片列表 delPictureUrl(item) { - console.log(item); if (item.idd && !item.id) { if (this.form.posterPictureUrlLists.length == 1) { this.$message.error("最后一条不可删除"); @@ -667,7 +665,6 @@ export default { } else { this.form.posterPictureUrlLists.push(obj); } - console.log(this.form); }, //打开遮罩层 clicknurseItemshow() { @@ -680,7 +677,6 @@ export default { }, //选中护理项目 choicenurseItem(e) { - console.log(e); this.nurseitemid = e.id; if (this.homenumber) { this.queryParams.nurseItemName = e.nurseItemName;