
--- .gitignore
+++ .gitignore
... | ... | @@ -1,3 +1,5 @@ |
1 | 1 |
client/build/ |
2 |
+node_modules/ |
|
2 | 3 |
server/logs/ |
3 |
-node_modules/(파일 끝에 줄바꿈 문자 없음) |
|
4 |
+.vscode/ |
|
5 |
+package-lock.json(파일 끝에 줄바꿈 문자 없음) |
--- client/views/pages/integrated/UserManagement.vue
+++ client/views/pages/integrated/UserManagement.vue
... | ... | @@ -381,6 +381,8 @@ |
381 | 381 |
if (!vm.insertValidation()) { |
382 | 382 |
return; |
383 | 383 |
} |
384 |
+ // 데이터 세팅 |
|
385 |
+ vm.currentUser.author = 'ROLE_ADMIN' |
|
384 | 386 |
// 실행 |
385 | 387 |
axios({ |
386 | 388 |
url: "/member", |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?