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