From dd5ff2ec040c2197fd24608c82824786f539c209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 30 Dec 2022 14:10:25 +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/stationAvatar/index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/system/stationAvatar/index.vue b/src/views/system/stationAvatar/index.vue index 185d0d5..b92f238 100644 --- a/src/views/system/stationAvatar/index.vue +++ b/src/views/system/stationAvatar/index.vue @@ -72,7 +72,7 @@ - + + 提 交 @@ -223,8 +223,6 @@ export default { updateNurseStationHeads(formData).then((response) => { this.options.img = baseurl + response.imgUrl; this.$emit("imgUrl", response.imgUrl); - console.log(this.items); - console.log(this.types); if (this.types == "attributePitureUrl") { this.items.attributePitureUrl = response.imgUrl; this.$emit("item", JSON.stringify(this.items));