Browse Source

1

feture-12345
mk 6 months ago
parent
commit
b93b564cb7
  1. 4
      src/views/modules/base/smartExcel/cpts/excel-template-confirmation.vue

4
src/views/modules/base/smartExcel/cpts/excel-template-confirmation.vue

@ -95,8 +95,8 @@ export default {
/^https:\/\/elink-esua-epdc\.oss-cn-qingdao\.aliyuncs\.com/,
`${location.origin}`
);
// this.urlToFile(newUrl,this.fileName)
this.urlToFile('http://localhost:9001/epmet-work-pc/test1.xlsx',this.fileName)
this.urlToFile(newUrl,this.fileName)
// this.urlToFile('http://localhost:9001/epmet-work-pc/test1.xlsx',this.fileName)
},
props: {

Loading…
Cancel
Save