|
|
|
@ -916,9 +916,9 @@ export default { |
|
|
|
handleExcelSuccess(e) { |
|
|
|
if (e.code === 0) { |
|
|
|
this.moduleUrl = e.data.url; |
|
|
|
// this.urlToFile(e.data.url) |
|
|
|
this.urlToFile(e.data.url) |
|
|
|
this.showTemplate = false; |
|
|
|
this.urlToFile('http://localhost:9001/epmet-work-pc/test1.xlsx') |
|
|
|
// this.urlToFile('http://localhost:9001/epmet-work-pc/test1.xlsx') |
|
|
|
this.fullscreenLoading = false; |
|
|
|
} |
|
|
|
}, |
|
|
|
|