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