|
|
@@ -142,7 +142,7 @@ export default {
|
|
|
/**下载模版*/
|
|
|
downloadTemplat(){
|
|
|
const a = document.createElement('a')
|
|
|
- a.href = '/static/specialExamination.xlsx'
|
|
|
+ a.href = 'web/tnc/static/specialExamination.xlsx'
|
|
|
a.setAttribute('download', '特审复开审批模版.xlsx')
|
|
|
a.click();
|
|
|
a.remove();
|