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));