From f6e4e614a70c981c0d04bfdd7a4b1d244c8dd931 Mon Sep 17 00:00:00 2001 From: "maxw@mesnac.com" Date: Wed, 27 Nov 2024 10:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E7=BB=B4=E4=BF=AE=EF=BC=8C=E4=BF=9D=E5=85=BB=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/dms/knowledgeRepair/index.vue | 1 + hw-ui/src/views/dms/konwledgeMaint/index.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hw-ui/src/views/dms/knowledgeRepair/index.vue b/hw-ui/src/views/dms/knowledgeRepair/index.vue index ec283263..c80a3c32 100644 --- a/hw-ui/src/views/dms/knowledgeRepair/index.vue +++ b/hw-ui/src/views/dms/knowledgeRepair/index.vue @@ -404,6 +404,7 @@ export default { this.form.fileUrls = this.imgAddress; addKnowledgeRepair(this.form).then(response => { this.$modal.msgSuccess("新增成功"); + this.imgAddress.length = 0; this.open = false; this.getList(); }); diff --git a/hw-ui/src/views/dms/konwledgeMaint/index.vue b/hw-ui/src/views/dms/konwledgeMaint/index.vue index a87b2cfc..edce086c 100644 --- a/hw-ui/src/views/dms/konwledgeMaint/index.vue +++ b/hw-ui/src/views/dms/konwledgeMaint/index.vue @@ -461,6 +461,8 @@ export default { this.$modal.msgSuccess("新增成功"); this.open = false; + console.log(this.imgAddress) + this.imgAddress.length = 0; this.getList(); }); }