修复模板下载问题

This commit is contained in:
zhouxy 2026-01-13 15:35:25 +08:00
parent e6390b1757
commit 47cc1ceb1c
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(`/aiccs-pc/${name}`) window.open(`/${name}`)
}, },
errorCallback(file) { errorCallback(file) {
this.$refs.FakeProgress.error() this.$refs.FakeProgress.error()