From 1216ba98c994406edbe55eb0028e13bde2500da3 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Sun, 8 Feb 2026 18:34:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=85=A5=E6=97=B6=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=B8=85=E9=99=A4=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ccdiIntermediary/components/ImportDialog.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruoyi-ui/src/views/ccdiIntermediary/components/ImportDialog.vue b/ruoyi-ui/src/views/ccdiIntermediary/components/ImportDialog.vue index 4bc1623..15134f7 100644 --- a/ruoyi-ui/src/views/ccdiIntermediary/components/ImportDialog.vue +++ b/ruoyi-ui/src/views/ccdiIntermediary/components/ImportDialog.vue @@ -216,6 +216,10 @@ export default { this.$refs.upload.clearFiles(); }, handleSubmit() { + // 触发清除历史记录事件 + this.$emit('clear-import-history', this.formData.importType); + + // 提交文件上传 this.$refs.upload.submit(); }, /** 开始轮询导入状态 */