|
|
@ -112,6 +112,13 @@
|
|
|
|
this.fileList = e.target.files
|
|
|
|
this.fileList = e.target.files
|
|
|
|
},
|
|
|
|
},
|
|
|
|
save(){
|
|
|
|
save(){
|
|
|
|
|
|
|
|
if(this.fileList.length === 0){
|
|
|
|
|
|
|
|
this.$message({
|
|
|
|
|
|
|
|
message: '请先选择文件!',
|
|
|
|
|
|
|
|
type: 'warning'
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
return false
|
|
|
|
|
|
|
|
}
|
|
|
|
let that = this
|
|
|
|
let that = this
|
|
|
|
this.importExcel(this.fileList[0]).then((res)=>{
|
|
|
|
this.importExcel(this.fileList[0]).then((res)=>{
|
|
|
|
console.log(res)
|
|
|
|
console.log(res)
|
|
|
|