Michael Wang 3 лет назад
Родитель
Сommit
9be834731c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/features/userManagement/UserManagement.vue

+ 1 - 1
src/features/userManagement/UserManagement.vue

@@ -368,7 +368,7 @@ const rowSelection = {
 };
 
 async function downloadTpl() {
-  downloadFileURL("/api/ess/org/template");
+  downloadFileURL("/api/ess/user/template");
 }
 
 function handleUserPrivilege(userId: number) {