From 56f2f3320ff786149eefe97069f46def7ef71a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=9B=BD=E9=B9=8F?= Date: Mon, 26 Feb 2024 14:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9upload-pic-input=E7=BB=84?= =?UTF-8?q?=E4=BB=B6bug=E5=AF=BC=E8=87=B4=E7=9A=84=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=BE=93=E5=85=A5=E6=A1=86=E8=B5=8B=E5=80=BC?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=EF=BC=88=E5=9C=A8upload-pic-input=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=9B=BE=E7=89=87=E5=90=8E=E6=97=A0=E6=B3=95=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E8=A1=A8=E5=8D=95=E9=9D=9E=E7=A9=BA=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/components/lili/upload-pic-input.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/manager/src/components/lili/upload-pic-input.vue b/manager/src/components/lili/upload-pic-input.vue index 3e7cab05..26aece95 100644 --- a/manager/src/components/lili/upload-pic-input.vue +++ b/manager/src/components/lili/upload-pic-input.vue @@ -114,6 +114,7 @@ export default { this.picModalFlag = false; this.currentValue = val.url; this.picIndex = ""; + this.$emit("input", this.currentValue); }, // 初始化 init() { -- Gitee