Compare commits

..

No commits in common. "e6582de6e56709f9f9ccaf15ef92a734ab939a91" and "a88307f43bc99a727aa379dc204733c129ac769e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ export default {
// //
downLoadTemp() { downLoadTemp() {
const name = 'revokeImport.xls' const name = 'revokeImport.xls'
window.open(process.env.NODE_ENV === '"development"' ? `/${name}` : `/aiccs/${name}`) window.open(`/${name}`)
}, },
errorCallback(file) { errorCallback(file) {
this.$refs.FakeProgress.error() this.$refs.FakeProgress.error()