From 0451b4894e60e1dfebd3ab9786a733ac2ff3baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 27 Apr 2023 11:31:32 +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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/system/stationAvatar/index.vue b/src/views/system/stationAvatar/index.vue index e656a8a..99601e7 100644 --- a/src/views/system/stationAvatar/index.vue +++ b/src/views/system/stationAvatar/index.vue @@ -114,10 +114,8 @@ > --> - - 提 交 - 提 交 中... - + 提 交 + 提 交 中... @@ -270,6 +268,7 @@ export default { }, // 上传图片 uploadImg() { + this.uploadbtn = true; let formData = new FormData(); if (this.previews.data) { formData.append("file", this.previews.data);