Ver Fonte

下载模版

sunyize há 2 anos atrás
pai
commit
ca6c03766b

+ 1 - 1
src/views/smscheck/modules/TaskImport.vue

@@ -224,7 +224,7 @@ export default {
     /**下载模版*/
     downloadTemplat(){
       const a = document.createElement('a')
-      a.href = '/static/taskModel.xlsx'
+      a.href = 'web/tnc/static/taskModel.xlsx'
       a.setAttribute('download', '行短稽核模版.xlsx')
       a.click();
       a.remove();

+ 1 - 1
src/views/specialApply/modules/TaskImport.vue

@@ -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();