Browse Source

文件导入优化去掉多余日志输出

dev_web_online
陈薪名 2 years ago
parent
commit
e0a7b4fc8f
  1. 1
      fe/PC/src/components/importFile/index.vue

1
fe/PC/src/components/importFile/index.vue

@ -178,7 +178,6 @@ export default {
// this.$emit("isAllowPartImportChange", this.isAllowPartImportValue); // $emit // this.$emit("isAllowPartImportChange", this.isAllowPartImportValue); // $emit
// }, // },
readerData(rawFile) { readerData(rawFile) {
console.log('11111111111',rawFile)
if (rawFile) { if (rawFile) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
const reader = new FileReader() const reader = new FileReader()

Loading…
Cancel
Save