0c8fec49 by renchao@pashanhoo.com

1

1 parent 5e4d764f
......@@ -234,7 +234,6 @@
},
methods: {
uploadRecord (file) {
console.log(file, 'eee11111111111111');
this.requested = true
this.files = file;
const extension = file.name.split('.')[1] === 'xml'
......