From e0a7b4fc8f9b5fa22414c06e6fce76f39ae7dfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 18 Apr 2023 15:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AF=BC=E5=85=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/importFile/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/PC/src/components/importFile/index.vue b/fe/PC/src/components/importFile/index.vue index d3a0218af..b5b916eef 100644 --- a/fe/PC/src/components/importFile/index.vue +++ b/fe/PC/src/components/importFile/index.vue @@ -178,7 +178,6 @@ export default { // this.$emit("isAllowPartImportChange", this.isAllowPartImportValue); // 用 $emit 通知父组件去修改 // }, readerData(rawFile) { - console.log('11111111111',rawFile) if (rawFile) { return new Promise((resolve, reject) => { const reader = new FileReader()