Compare commits

...

2 Commits

Author SHA1 Message Date
zhouxy bb130b2e27 Merge remote-tracking branch 'origin/master' 2026-01-13 15:35:44 +08:00
zhouxy 47cc1ceb1c 修复模板下载问题 2026-01-13 15:35:25 +08:00
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()