From b5546548714d537aaf854b59af047cdc911df153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Tue, 22 Jul 2025 10:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E5=85=A5=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scImport/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/scImport/index.vue b/src/components/scImport/index.vue index 1623206..93f8093 100644 --- a/src/components/scImport/index.vue +++ b/src/components/scImport/index.vue @@ -128,6 +128,7 @@ export default { } if(res.data.rate == 100){ // this.progressShow = false; + this.importDis = false; this.progressTrue = false; this.$emit('importSuccess'); }