Browse Source

ref 优化导入excel

冷冷 8 months ago
parent
commit
9aa6949570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      single/表格.vue

+ 1 - 1
single/表格.vue

@@ -103,7 +103,7 @@
 			ref="excelUploadRef"
 			title="导入"
 			url="/${moduleName}/${functionName}/import"
-      temp-url="/admin/sys-file/local/file/模板.xlsx"
+      temp-url="/admin/sys-file/local/file/${functionName}.xlsx"
 			@refreshDataList="getDataList"
 		/>
   </div>